From d0a068681f2c023de6c1212533500f1fd39d0013 Mon Sep 17 00:00:00 2001 From: Peter Mitri Date: Wed, 16 Oct 2024 10:52:39 +0200 Subject: [PATCH] revert CI test changes --- src/tests/run-study-tests/actions_on_study/study_run.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tests/run-study-tests/actions_on_study/study_run.py b/src/tests/run-study-tests/actions_on_study/study_run.py index b00bb04921..8867aafda5 100644 --- a/src/tests/run-study-tests/actions_on_study/study_run.py +++ b/src/tests/run-study-tests/actions_on_study/study_run.py @@ -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: