Skip to content

Commit 1ff492c

Browse files
committed
fixed wrong file ext
1 parent 32d57a6 commit 1ff492c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_hydrodata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def test_plot():
202202
plot.signatures(
203203
{"Q": qobs["USGS-01031500"]},
204204
prcp=clm_p["prcp (mm/day)"],
205-
output="data/plot.plot",
205+
output="data/plot.png",
206206
)
207207
cmap, norm, levels = plot.cover_legends()
208208
assert levels[-1] == 100

0 commit comments

Comments
 (0)