python3Packages.mlrose: disable broken test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user