python312Packages.keras: disable float64 test on darwin

This commit is contained in:
Weijia Wang
2025-01-03 20:57:54 +01:00
parent 79660b4ef4
commit 325c094e12
@@ -92,6 +92,8 @@ buildPythonPackage rec {
"test_min_max_norm"
]
++ lib.optionals stdenv.isDarwin [
# TypeError: Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead.
"test_dynamic_backend_torch"
# AttributeError: module 'numpy' has no attribute 'float128'. Did you mean: 'float16'?
"test_spectrogram_error"
];