Skip to content

Commit

Permalink
FIX: Remove old colormap usage
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored Feb 19, 2025
1 parent 6295169 commit 064c7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/io/test_output_to_geotiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_write_grid_geotiff_transparent_background():
"transparent.foo",
"reflectivity",
rgb=True,
cmap="pyart_HomeyerRainbow",
cmap="HomeyerRainbow",
vmin=0,
vmax=40,
transparent_bg=True,
Expand All @@ -182,7 +182,7 @@ def test_write_grid_geotiff_opacity():
"opacity.foo",
"reflectivity",
rgb=True,
cmap="pyart_HomeyerRainbow",
cmap="HomeyerRainbow",
vmin=0,
vmax=40,
transparent_bg=False,
Expand Down

0 comments on commit 064c7e7

Please sign in to comment.