Skip to content

Commit

Permalink
revert CI test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pet-mit committed Oct 16, 2024
1 parent a0463b8 commit d0a0686
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tests/run-study-tests/actions_on_study/study_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ def run(self):
solver_full_path = str(Path(self.solver_path).resolve())

command = [solver_full_path, "-i", str(self.study_path)]

if self.use_ortools:
command.append('--use-ortools')
command.append('--ortools-solver=' + self.ortools_solver)
else:
command.append('--use-ortools')
command.append('--ortools-solver=sirius')
if self.named_mps_problems:
command.append('--named-mps-problems')
if self.parallel:
Expand Down

0 comments on commit d0a0686

Please sign in to comment.