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 f61029a commit f19b43cCopy full SHA for f19b43c
dpnp/tests/helper.py
@@ -483,7 +483,7 @@ def numpy_version():
483
return numpy.lib.NumpyVersion(numpy.__version__)
484
485
486
-def requires_intel_mkl_version(version):
+def requires_intel_mkl_version(version): # pragma: no cover
487
"""
488
Check if Intel MKL is used and its version is greater than or
489
equal to the specified one.
0 commit comments