From 5dfe9eb3cc64e4477692f6b16ba9d59f125313fd Mon Sep 17 00:00:00 2001 From: Daniel Berge Sollien Date: Tue, 19 Sep 2023 09:43:53 +0200 Subject: [PATCH] Change to test for not using arrow Default is now arrow, so we need tests for the oposite --- .../fmuconfig/output/global_variables_w_eclpath_and_extras.yml | 2 +- tests/test_utility_sim2sumo.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/reek/realization-0/iter-0/fmuconfig/output/global_variables_w_eclpath_and_extras.yml b/tests/data/reek/realization-0/iter-0/fmuconfig/output/global_variables_w_eclpath_and_extras.yml index 1023aed0..46516f5e 100644 --- a/tests/data/reek/realization-0/iter-0/fmuconfig/output/global_variables_w_eclpath_and_extras.yml +++ b/tests/data/reek/realization-0/iter-0/fmuconfig/output/global_variables_w_eclpath_and_extras.yml @@ -31,7 +31,7 @@ sim2sumo: - grid - rft options: - arrow: true + arrow: false time_index: daily, start_date: 2002-01-02 end_date: 2003-01-02 diff --git a/tests/test_utility_sim2sumo.py b/tests/test_utility_sim2sumo.py index 503c763c..1d89bdaa 100644 --- a/tests/test_utility_sim2sumo.py +++ b/tests/test_utility_sim2sumo.py @@ -136,7 +136,7 @@ def test_export_results_w_options(tmp_path, submod="summary"): "nrdatafile": 1, "nrsubmods": 3, "nroptions": 4, - "arrow": True, + "arrow": False, }, "global_variables.yml": { "nrdatafile": 2,