/dports/math/py-fpylll/fpylll-0.5.6/tests/ |
H A D | test_numpy.py | 7 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 D | test_filereader.py | 40 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 D | test_util.py | 34 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 D | iterable_test.py | 48 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 D | iterable_test.py | 48 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 D | iterable_test.py | 48 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 D | test_matrix.py | 10 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 D | test_matrix.py | 10 have_numpy = True variable 12 have_numpy = False variable 60 if have_numpy:
|
/dports/math/py-pygsl/pygsl-2.3.0/ |
H A D | gsl_numobj.py | 57 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 D | setup.py | 18 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 D | pytest_randomly.py | 44 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 D | tests.yml | 20 have_numpy: [yes, no] 24 HAVE_NUMPY: ${{ matrix.have_numpy }}
|
H A D | sdist.yml | 20 have_numpy: [yes, no] 24 HAVE_NUMPY: ${{ matrix.have_numpy }}
|
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/ |
H A D | values.py | 16 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 D | config.py | 10 have_numpy = True variable 14 have_numpy = False variable
|
H A D | filewriter.py | 16 from pydicom.config import have_numpy 31 if have_numpy: 294 if have_numpy and isinstance(val, numpy.ndarray):
|
H A D | dataelem.py | 33 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 D | imageview.py | 45 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 D | gdkpixbuf.override | 64 have_numpy(void) 108 if (!have_numpy()) 361 if (!have_numpy())
|
H A D | gdk.override | 50 static int have_numpy(void);
|
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/ |
H A D | ChangeLog.pre-2-6 | 3076 (headers): Add protype for have_numpy() to avoid later 3210 * gtk/gdk.override (have_numpy): New function, to initialize/check numpy
|