Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbeck committed Oct 16, 2024
1 parent ef20318 commit 5740dd9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/check/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"early_arrival_penalty": 1,
"late_arrival_penalty": 1,
"min_stops": 1,
"stop_balance": 0,
"travel_duration": 0,
"unplanned_penalty": 1,
"vehicle_activation_penalty": 1,
Expand Down
1 change: 1 addition & 0 deletions tests/custom_constraint/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"early_arrival_penalty": 1,
"late_arrival_penalty": 1,
"min_stops": 1,
"stop_balance": 0,
"travel_duration": 0,
"unplanned_penalty": 1,
"vehicle_activation_penalty": 1,
Expand Down
1 change: 1 addition & 0 deletions tests/custom_matrices/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"early_arrival_penalty": 1,
"late_arrival_penalty": 1,
"min_stops": 1,
"stop_balance": 0,
"travel_duration": 0,
"unplanned_penalty": 1,
"vehicle_activation_penalty": 1,
Expand Down
1 change: 1 addition & 0 deletions tests/custom_objective/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"early_arrival_penalty": 1,
"late_arrival_penalty": 1,
"min_stops": 1,
"stop_balance": 0,
"travel_duration": 0,
"unplanned_penalty": 1,
"vehicle_activation_penalty": 1,
Expand Down
1 change: 1 addition & 0 deletions tests/custom_operators/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"early_arrival_penalty": 1,
"late_arrival_penalty": 1,
"min_stops": 1,
"stop_balance": 0,
"travel_duration": 0,
"unplanned_penalty": 1,
"vehicle_activation_penalty": 1,
Expand Down
1 change: 1 addition & 0 deletions tests/inline_options/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"early_arrival_penalty": 1,
"late_arrival_penalty": 1,
"min_stops": 1,
"stop_balance": 0,
"travel_duration": 0.5,
"unplanned_penalty": 0.3,
"vehicle_activation_penalty": 1,
Expand Down
3 changes: 2 additions & 1 deletion tests/output_options/main.sh.golden
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"travel_duration": 0,
"vehicles_duration": 1,
"unplanned_penalty": 1,
"cluster": 0
"cluster": 0,
"stop_balance": 0
},
"properties": {
"disable": {
Expand Down

0 comments on commit 5740dd9

Please sign in to comment.