-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
BENCH: fix disabled (broken) benchmarks #19389
Copy link
Copy link
Open
Labels
BenchmarksRunning, verifying or documenting benchmarks for SciPyRunning, verifying or documenting benchmarks for SciPygood first issueGood topic for first contributor pull requests, with a relatively straightforward solutionGood topic for first contributor pull requests, with a relatively straightforward solutionmaintenanceItems related to regular maintenance tasksItems related to regular maintenance taskstaskA straightforward change, verification or fix.A straightforward change, verification or fix.
Metadata
Metadata
Assignees
Labels
BenchmarksRunning, verifying or documenting benchmarks for SciPyRunning, verifying or documenting benchmarks for SciPygood first issueGood topic for first contributor pull requests, with a relatively straightforward solutionGood topic for first contributor pull requests, with a relatively straightforward solutionmaintenanceItems related to regular maintenance tasksItems related to regular maintenance taskstaskA straightforward change, verification or fix.A straightforward change, verification or fix.
In #19052 some broken benchmarks were disabled:
scipy/benchmarks/benchmarks/optimize_milp.py
Line 51 in bd60b4e
scipy/benchmarks/benchmarks/sparse_linalg_svds.py
Line 16 in bd60b4e
scipy/benchmarks/benchmarks/stats.py
Line 549 in bd60b4e
scipy/benchmarks/benchmarks/optimize_milp.py
Line 60 in bd60b4e
It would be nice to fix these. Time allowing, I hope to update this issue with a tracker containing all the disabled benchmarks. However, for now, this serves as a reminder, and there is nothing to stop anyone from working on this immediately.
cc @h-vetinari