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 5f71898 commit 7db1838Copy full SHA for 7db1838
mkl_fft/tests/third_party/scipy/test_basic.py
@@ -17,7 +17,7 @@
17
# scipy from Intel channel is 1.10 with python 3.9 and 3.10
18
pytest.skip("This test file needs scipy>=1.12", allow_module_level=True)
19
elif scipy.__version__ < "1.14":
20
- # For pytho-3.11 and 3.12, scipy<1.14 is installed from Intel channel
+ # For python-3.11 and 3.12, scipy<1.14 is installed from Intel channel
21
# For python<=3.9, scipy<1.14 is installed from conda channel
22
# pylint: disable=no-name-in-module
23
from scipy._lib._array_api import size as xp_size
0 commit comments