Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
sjordan29 committed Mar 15, 2024
1 parent df29ac9 commit c146703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_3_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_computation_no_dynamics(model: Model) -> None:
model.track_dynamic_variables = False
ds = model.increment_timestep()
assert isinstance(ds, xr.Dataset)
assert len(model.dataset[model.time_dim]) == 2
assert model.dataset.sel(time_step=1).isnull().any() == False
assert 'dynamic_0' not in model.dataset.data_vars


Expand Down

0 comments on commit c146703

Please sign in to comment.