Home
last modified time | relevance | path

Searched refs:use_numpy (Results 1 – 16 of 16) sorted by relevance

/dports/math/py-pygsl/pygsl-2.3.0/
H A Dgsl_numobj.py60 use_numpy = 0
83 use_numpy = 1
100 if use_numeric == 0 and use_numarray == 0 and use_numpy == 0:
102 use_numpy = 1
110 if use_numpy == 1:
117 use_numpy = 0
124 use_numpy = 0
/dports/graphics/py-utm/utm-0.7.0/utm/
H A Dconversion.py7 use_numpy = True variable
10 use_numpy = False variable
44 if upper_strict and use_numpy:
46 elif upper_strict and not use_numpy:
48 elif use_numpy:
65 return use_numpy and mathlib.min(x) < 0 and mathlib.max(x) >= 0
69 if use_numpy:
291 if use_numpy and isinstance(latitude, mathlib.ndarray):
303 if use_numpy:
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/
H A Dconfig.py62 def DS_numpy(use_numpy: bool = True) -> None:
86 if use_DS_decimal and use_numpy:
91 use_DS_numpy = use_numpy
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/ardl/tests/
H A Dtest_ardl.py89 def use_numpy(request): function
148 if use_numpy:
163 data, fixed, order, seasonal, use_numpy
288 use_numpy, argument
293 data, fixed, maxorder, seasonal, use_numpy
513 def test_prediction_exceptions(data, fixed, use_numpy): argument
644 use_numpy, argument
648 data, fixed, uecm_order, seasonal, use_numpy
754 def test_uecm_ci_repr(use_numpy, use_t): argument
757 if use_numpy:
[all …]
/dports/graphics/py-utm/utm-0.7.0/test/
H A Dtest_utm.py6 use_numpy = True variable
8 use_numpy = False variable
13 if use_numpy and isinstance(b[0], np.ndarray):
23 if use_numpy and isinstance(b[0], np.ndarray):
90 if not use_numpy:
117 if not use_numpy:
/dports/databases/py-geoalchemy2/GeoAlchemy2-0.9.4/tests/gallery/
H A Dtest_decipher_raster.py114 def wkbImage(raster_data, use_numpy=False): argument
133 if use_numpy:
/dports/science/py-pyteomics/pyteomics-4.5/pyteomics/
H A Dmgf.py550 … write_charges=True, write_ions=False, use_numpy=None, param_formatters=_default_value_formatters): argument
658 if use_numpy is None:
659 use_numpy = not write_charges
694 if np is not None and use_numpy:
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/extension/
H A Dconftest.py161 def use_numpy(request): function
H A Dtest_numpy.py263 def test_repeat(self, data, repeats, as_series, use_numpy): argument
265 super().test_repeat(data, repeats, as_series, use_numpy)
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/extension/base/
H A Dmethods.py432 def test_repeat(self, data, repeats, as_series, use_numpy): argument
437 result = np.repeat(arr, repeats) if use_numpy else arr.repeat(repeats)
456 def test_repeat_raises(self, data, repeats, kwargs, error, msg, use_numpy): argument
458 if use_numpy:
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/period/
H A Dtest_period.py63 def test_repeat_freqstr(self, index, use_numpy): argument
66 result = np.repeat(index, 3) if use_numpy else index.repeat(3)
/dports/textproc/py-gensim/gensim-4.0.1/gensim/models/
H A Datmodel.py310 use_numpy = self.dispatcher is not None
311 self.update(corpus, author2doc, doc2author, chunks_as_numpy=use_numpy)
H A Dldamodel.py521 use_numpy = self.dispatcher is not None
523 self.update(corpus, chunks_as_numpy=use_numpy)
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/tests/
H A Dtest_extension_array.py209 def use_numpy(request): function
/dports/cad/gmsh/gmsh-4.9.2-source/api/
H A Dgmsh.py55 use_numpy = False variable
63 use_numpy = True variable
80 if use_numpy:
92 if use_numpy:
104 if use_numpy:
145 if use_numpy:
156 if use_numpy:
167 if use_numpy:
178 if use_numpy:
/dports/devel/py-pint-pandas/Pint-Pandas-0.2/pint_pandas/testsuite/
H A Dtest_pandas_interface.py16 use_numpy,