Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldegoede committed Aug 28, 2024
1 parent 9f1ea95 commit ab956ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_1model_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def test_forcing_io(tmpdir):
# now change the timeseries-format and write again
tmp_root = str(tmpdir.join("forcing_test2"))
mod1.set_root(tmp_root, mode="w+")
mod1.write_forcing(fmt_ts="%7.1f")
mod1.write_forcing(fmt="%7.1f")
mod1.write_config()

# read and check if identical
Expand Down

0 comments on commit ab956ac

Please sign in to comment.