python3Packages.mlrose: disable broken test (#518697)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-13 16:54:34 +00:00
committed by GitHub
@@ -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";