Home
last modified time | relevance | path

Searched refs:have_numpy (Results 1 – 21 of 21) sorted by relevance

/dports/math/py-fpylll/fpylll-0.5.6/tests/
H A Dtest_numpy.py7 have_numpy = True variable
9 have_numpy = False variable
16 if not have_numpy:
31 if not have_numpy:
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/tests/
H A Dtest_filereader.py40 have_numpy = pydicom.config.have_numpy variable
41 if have_numpy:
144 if have_numpy and config.use_DS_numpy:
176 if have_numpy and config.use_DS_numpy:
192 @pytest.mark.skipif(not have_numpy, reason="Numpy not installed")
262 if have_numpy and config.use_DS_numpy:
500 if have_numpy:
1534 if have_numpy and config.use_DS_numpy:
1541 not have_numpy or have_gdcm_handler,
1572 if have_numpy and config.use_DS_numpy:
[all …]
H A Dtest_util.py34 have_numpy = True variable
38 have_numpy = False variable
373 if have_numpy and config.use_DS_numpy:
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/pysidetest/
H A Diterable_test.py48 have_numpy = True variable
50 have_numpy = False variable
81 @unittest.skipUnless(have_numpy, "requires numpy")
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/pysidetest/
H A Diterable_test.py48 have_numpy = True variable
50 have_numpy = False variable
81 @unittest.skipUnless(have_numpy, "requires numpy")
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/pysidetest/
H A Diterable_test.py48 have_numpy = True variable
50 have_numpy = False variable
81 @unittest.skipUnless(have_numpy, "requires numpy")
/dports/science/py-dlib/dlib-19.22/tools/python/test/
H A Dtest_matrix.py10 have_numpy = True variable
12 have_numpy = False variable
60 if have_numpy:
/dports/science/dlib-cpp/dlib-19.22/tools/python/test/
H A Dtest_matrix.py10 have_numpy = True variable
12 have_numpy = False variable
60 if have_numpy:
/dports/math/py-pygsl/pygsl-2.3.0/
H A Dgsl_numobj.py57 have_numpy = 0
63 have_numpy = 1
82 if have_numpy == 1:
101 if have_numpy == 1:
/dports/misc/orange3/orange3-3.29.1/
H A Dsetup.py18 have_numpy = True variable
20 have_numpy = False variable
421 if have_numpy:
471 if have_numpy and have_cython:
/dports/devel/py-pytest-randomly/pytest-randomly-3.5.0/src/
H A Dpytest_randomly.py44 have_numpy = True variable
46 have_numpy = False variable
143 if have_numpy:
/dports/math/py-fpylll/fpylll-0.5.6/.github/workflows/
H A Dtests.yml20 have_numpy: [yes, no]
24 HAVE_NUMPY: ${{ matrix.have_numpy }}
H A Dsdist.yml20 have_numpy: [yes, no]
24 HAVE_NUMPY: ${{ matrix.have_numpy }}
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/
H A Dvalues.py16 from pydicom.config import logger, have_numpy
31 have_numpy = True variable
33 have_numpy = False variable
225 if not have_numpy:
329 if not have_numpy:
H A Dconfig.py10 have_numpy = True variable
14 have_numpy = False variable
H A Dfilewriter.py16 from pydicom.config import have_numpy
31 if have_numpy:
294 if have_numpy and isinstance(val, numpy.ndarray):
H A Ddataelem.py33 if config.have_numpy:
590 if config.have_numpy and isinstance(self.value, numpy.ndarray):
/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Dimageview.py45 have_numpy = True variable
47 have_numpy = False variable
110 if have_numpy and isinstance(image, np.ndarray):
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgdkpixbuf.override64 have_numpy(void)
108 if (!have_numpy())
361 if (!have_numpy())
H A Dgdk.override50 static int have_numpy(void);
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/
H A DChangeLog.pre-2-63076 (headers): Add protype for have_numpy() to avoid later
3210 * gtk/gdk.override (have_numpy): New function, to initialize/check numpy