mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Convert LPSolveStats into dataclass
This commit is contained in:
@@ -34,7 +34,6 @@ def test_benchmark() -> None:
|
||||
n_jobs=n_jobs,
|
||||
n_trials=2,
|
||||
)
|
||||
assert benchmark.results.values.shape == (12, 20)
|
||||
|
||||
benchmark.write_csv("/tmp/benchmark.csv")
|
||||
assert os.path.isfile("/tmp/benchmark.csv")
|
||||
assert benchmark.results.values.shape == (12, 20)
|
||||
|
||||
Reference in New Issue
Block a user