Skip to content

Commit

Permalink
merge develop pytest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vgro committed Sep 29, 2023
1 parent 9ecf572 commit 72e1c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/hydrology/test_hydrology_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def test_setup(
dims=["layers", "cell_id"],
),
DataArray(
[[5.633922, 5.633922, 5.633922], [6.846069, 6.846069, 6.846069]],
[[7.279499, 7.279499, 7.279499], [7.289455, 7.289455, 7.289455]],
dims=["layers", "cell_id"],
),
],
Expand Down

0 comments on commit 72e1c6b

Please sign in to comment.