Skip to content

Commit

Permalink
Fix merged lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed May 12, 2023
1 parent 2fa5c8b commit 036813b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_multivariable_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ def test_mv_mm_scatter(cc):
cc.scatter(
model="SW_1", variable="Wind speed", observation="F16_wind", skill_table=True
)
cc.scatter(model="SW_1", variable="Wind_speed", show_density=True,bins=19)
cc.scatter(model="SW_1", variable="Wind_speed", show_density=True,bins=21)
cc.scatter(model="SW_1", variable="Wind speed", show_density=True, bins=19)
cc.scatter(model="SW_1", variable="Wind speed", show_density=True, bins=21)
assert True
plt.close("all")

Expand Down

0 comments on commit 036813b

Please sign in to comment.