Skip to content

Commit

Permalink
remove outdated plots from README (#586)
Browse files Browse the repository at this point in the history
Mainly want to see if CI is ok, seeing some GeoPackage time related
issues locally.
  • Loading branch information
visr committed Sep 14, 2023
1 parent 7d2f83a commit 275ea2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ribasim/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_basic_transient(basic_transient, tmp_path):
assert_equal(model_orig.edge.static, model_loaded.edge.static)

forcing = model_loaded.basin.forcing
assert model_orig.basin.forcing.time[0] == forcing.time[0]
assert_equal(model_orig.basin.forcing, forcing)
assert forcing.shape == (1468, 8)

Expand Down

0 comments on commit 275ea2d

Please sign in to comment.