Skip to content

Commit

Permalink
Fix states test
Browse files Browse the repository at this point in the history
As Wflow v0.8.1 is used for running wflow_sbm example model.
  • Loading branch information
verseve committed Oct 21, 2024
1 parent e6d9313 commit f901d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ def test_setup_cold_states(example_wflow_model, tmpdir):
assert "layer" in example_wflow_model.states["ustorelayerdepth"].dims
assert np.isclose(
example_wflow_model.states["satwaterdepth"].raster.mask_nodata().mean().values,
559.73975,
648.43677,
)
assert np.isclose(
example_wflow_model.states["ssf"].raster.mask_nodata().mean().values, 67.45569
Expand Down

0 comments on commit f901d09

Please sign in to comment.