From b01bdbfb7807cb95f1c28c1a75c825683db230a0 Mon Sep 17 00:00:00 2001 From: Stefano Simonelli <16114781+s-simoncelli@users.noreply.github.com> Date: Sun, 18 Feb 2024 10:22:14 +0000 Subject: [PATCH] Fixed run model test --- tests/json_models/model_to_run.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/json_models/model_to_run.json b/tests/json_models/model_to_run.json index f5d3e55f..10bd2cdc 100644 --- a/tests/json_models/model_to_run.json +++ b/tests/json_models/model_to_run.json @@ -9,21 +9,20 @@ "model_version": "2.1" }, "timestepper": {"start": "2015-01-01", "end": "2015-12-31", "timestep": 1}, - "includes": ["files/custom_parameter.py"], "nodes": [ { "name": "Input", "type": "Input", "position": { "editor_position": [ - 134.18168, - 117.18473 + 434.18168, + 417.18473 ] } }, { "name": "Output", "type": "Output", "position": { "editor_position": [ - 34.18168, - 17.18473 + 304.18168, + 170.18473 ] } }