Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 24, 2024
1 parent 385bf9b commit 25b937d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_dflowfm.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ def test_setup_channels(tmpdir):

def test_setup_retentions(tmpdir):
# Instantiate a dummy model
model = DFlowFMModel(
root=join(EXAMPLEDIR, "dflowfm_local"),
mode="r",
data_libs=[join(TESTDATADIR, "test_data.yaml")]
)
model = DFlowFMModel(root=join(EXAMPLEDIR, "dflowfm_local"), mode="r")
model.read()
model.set_root(tmpdir, mode="w")

Expand Down

0 comments on commit 25b937d

Please sign in to comment.