Skip to content

Commit b8a9fe6

Browse files
authored
remove outdated plots from README (#586)
Mainly want to see if CI is ok, seeing some GeoPackage time related issues locally.
1 parent d6cc58a commit b8a9fe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ribasim/tests/test_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def test_basic_transient(basic_transient, tmp_path):
4848
assert_equal(model_orig.edge.static, model_loaded.edge.static)
4949

5050
forcing = model_loaded.basin.forcing
51+
assert model_orig.basin.forcing.time[0] == forcing.time[0]
5152
assert_equal(model_orig.basin.forcing, forcing)
5253
assert forcing.shape == (1468, 8)
5354

0 commit comments

Comments
 (0)