mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-08 17:28:51 -06:00
BenchmarkRunner: Ensure outputs are discarded
This commit is contained in:
@@ -18,7 +18,7 @@ using Gurobi
|
||||
solver = LearningSolver(Gurobi.Optimizer)
|
||||
solve!(solver, file_instance)
|
||||
|
||||
loaded = load_jump_instance(filename)
|
||||
loaded = load_instance(filename)
|
||||
@test length(loaded.py.samples) == 1
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user