mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-11 11:58:51 -06:00
BenchmarkRunner.fit: Only iterate through files twice
This commit is contained in:
@@ -58,7 +58,7 @@ def test_learning_solver(
|
||||
assert after_lp.lp_solve.lp_log is not None
|
||||
assert len(after_lp.lp_solve.lp_log) > 100
|
||||
|
||||
solver.fit([instance])
|
||||
solver.fit([instance], n_jobs=4)
|
||||
solver.solve(instance)
|
||||
|
||||
# Assert solver is picklable
|
||||
|
||||
Reference in New Issue
Block a user