python3Packages.mlrose: disable broken test

This commit is contained in:
Harinn
2026-05-10 20:07:42 +07:00
parent 9f15025aa9
commit 2756bdc911
@@ -47,6 +47,11 @@ buildPythonPackage rec {
# Fix random seed during tests
pytestFlags = [ "--randomly-seed=0" ];
disabledTests = [
# mimic optimizer fails to converge under current numpy
"test_mimic_discrete_max_fast"
];
meta = {
description = "Machine Learning, Randomized Optimization and SEarch";
homepage = "https://github.com/gkhayes/mlrose";