Skip to content

Commit

Permalink
Change to test for not using arrow
Browse files Browse the repository at this point in the history
Default is now arrow, so we need tests for the oposite
  • Loading branch information
daniel-sol committed Sep 19, 2023
1 parent d18bc3f commit 5dfe9eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/test_utility_sim2sumo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5dfe9eb

Please sign in to comment.