diff options
-rw-r--r-- | gnu/packages/machine-learning.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 3f19bf4c0c..2e62ba3aa2 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -1932,7 +1932,10 @@ data analysis.") ;; The error message format has changed, ;; but the behavior itself is still the ;; same. - " and not test_parameter_validation")) + " and not test_parameter_validation" + ;; exceptions must be derived from Warning, + ;; not <class 'NoneType'> + " and not test_seuclidean")) #:phases #~(modify-phases %standard-phases (add-after 'build 'build-ext |