Skip to content

Commit 869642c

Browse files
committed
Update
1 parent 74b589e commit 869642c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/hipo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
build_type: ['Release', 'Debug', 'RelWithDebInfo']
49+
build_type: ['Release', 'Debug']
5050
all_tests: ['OFF', 'ON']
5151
steps:
5252
- uses: actions/checkout@v4

highs/ipm/IpxWrapper.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ HighsStatus solveLpIpx(const HighsOptions& options, HighsTimer& timer,
8383
} else if (options.log_dev_level == kHighsLogDevLevelVerbose) {
8484
parameters.debug = 4;
8585
}
86-
parameters.debug = 4;
8786
parameters.highs_logging = true;
8887
parameters.timeless_log = options.timeless_log;
8988
parameters.log_options = &options.log_options;

0 commit comments

Comments
 (0)