From 25b937dd8826ca690824e7571b86116bb63a7965 Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Thu, 24 Oct 2024 17:28:08 +0200 Subject: [PATCH] fixed tests --- tests/test_dflowfm.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/test_dflowfm.py b/tests/test_dflowfm.py index d67b8c0..b7a5552 100644 --- a/tests/test_dflowfm.py +++ b/tests/test_dflowfm.py @@ -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")