Skip to content

Commit

Permalink
Fixed run model test
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Feb 18, 2024
1 parent 537772d commit b01bdbf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/json_models/model_to_run.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}
}
Expand Down

0 comments on commit b01bdbf

Please sign in to comment.