Skip to content

Commit 7db1838

Browse files
vtavanaCopilot
andauthored
Update mkl_fft/tests/third_party/scipy/test_basic.py
Co-authored-by: Copilot <[email protected]>
1 parent 5f71898 commit 7db1838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_fft/tests/third_party/scipy/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# scipy from Intel channel is 1.10 with python 3.9 and 3.10
1818
pytest.skip("This test file needs scipy>=1.12", allow_module_level=True)
1919
elif scipy.__version__ < "1.14":
20-
# For pytho-3.11 and 3.12, scipy<1.14 is installed from Intel channel
20+
# For python-3.11 and 3.12, scipy<1.14 is installed from Intel channel
2121
# For python<=3.9, scipy<1.14 is installed from conda channel
2222
# pylint: disable=no-name-in-module
2323
from scipy._lib._array_api import size as xp_size

0 commit comments

Comments
 (0)