We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72a289 commit 3630b82Copy full SHA for 3630b82
tests/link/mlx/test_basic.py
@@ -211,9 +211,9 @@ def test_mlx_float64_auto_casting():
211
dtype_warnings = [
212
msg for msg in warning_messages if "float64" in msg and "float32" in msg
213
]
214
- assert (
215
- len(dtype_warnings) > 0
216
- ), f"Expected dtype warning, got warnings: {warning_messages}"
+ assert len(dtype_warnings) > 0, (
+ f"Expected dtype warning, got warnings: {warning_messages}"
+ )
217
218
219
def test_mlx_float64_complex_operations():
0 commit comments