Skip to content

Commit

Permalink
Update test_pace.py
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Sep 29, 2024
1 parent 2619afd commit 44bc1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_pace.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_map(self):
layer_name="PACE",
)
m.add_colormap(cmap="jet", vmin=0, vmax=0.02, label="Reflectance")
# m.add("spectral")
m.add("spectral")
html = m.to_html()
self.assertIsNotNone(m)
# assert "PACE" in html
Expand All @@ -59,7 +59,7 @@ def test_map(self):
vmax=0.02,
layer_name="PACE",
)
# m.add("spectral")
m.add("spectral")
html = m.to_html()
self.assertIsNotNone(m)
# assert "PACE" in html
Expand Down

0 comments on commit 44bc1d8

Please sign in to comment.