Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Mar 6, 2024
1 parent d929c53 commit 46b8b61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nextmv/golden/knapsack-gurobi/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestGolden(t *testing.T) {
},
ExecutionConfig: &golden.ExecutionConfig{
Command: "python3",
Args: []string{"../../../knapsack-ortools/main.py"},
Args: []string{"../../../knapsack-gurobi/main.py"},
InputFlag: "-input",
OutputFlag: "-output",
},
Expand Down
2 changes: 1 addition & 1 deletion .nextmv/golden/knapsack-ortools/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestGolden(t *testing.T) {
},
ExecutionConfig: &golden.ExecutionConfig{
Command: "python3",
Args: []string{"../../../knapsack-gurobi/main.py"},
Args: []string{"../../../knapsack-ortools/main.py"},
InputFlag: "-input",
OutputFlag: "-output",
},
Expand Down
2 changes: 1 addition & 1 deletion .nextmv/golden/shift-assignment-ortools/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestGolden(t *testing.T) {
},
ExecutionConfig: &golden.ExecutionConfig{
Command: "python3",
Args: []string{"../../../shift-assignment-pyomo/main.py"},
Args: []string{"../../../shift-assignment-ortools/main.py"},
InputFlag: "-input",
OutputFlag: "-output",
},
Expand Down
2 changes: 1 addition & 1 deletion .nextmv/golden/shift-assignment-pyomo/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestGolden(t *testing.T) {
},
ExecutionConfig: &golden.ExecutionConfig{
Command: "python3",
Args: []string{"../../../shift-assignment-ortools/main.py"},
Args: []string{"../../../shift-assignment-pyomo/main.py"},
InputFlag: "-input",
OutputFlag: "-output",
},
Expand Down

0 comments on commit 46b8b61

Please sign in to comment.