Home
last modified time | relevance | path

Searched refs:test_ptp (Results 1 – 15 of 15) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/
H A Dtest_npfuncs.py11 def test_ptp(self): member in TestPtp
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ptp2/
H A DChangeLog2002 * ptpcam.c: changed test_ptp.c to ptpcam.c;
2003 * Makefile.am: changed test_ptp.c to ptpcam.c;
2012 * test_ptp.c: reorganized reporting errors; added property setting
2026 * test_ptp.c: reorganized debug/error output, added more verbose
2032 * test_ptp.c: added the device reset option (uses class specific
2039 * test_ptp.c: added properties listing support and --force option
2048 * README: changed references to test_ptp to ptp_test
2049 * test_ptp.c: added some functions prototypes (to avoid warnings),
2058 * test_ptp.c: added to ptp2
/dports/science/py-quantities/quantities-0.12.5/quantities/tests/
H A Dtest_methods.py192 def test_ptp(self): member in TestQuantityMethods
/dports/math/py-numpy/numpy-1.20.3/numpy/matrixlib/tests/
H A Dtest_defmatrix.py112 def test_ptp(self): member in TestProperties
/dports/astro/py-astropy/astropy-5.0/astropy/units/tests/
H A Dtest_quantity_array_methods.py247 def test_ptp(self): member in TestQuantityStatsFuncs
H A Dtest_quantity_non_ufuncs.py642 def test_ptp(self): member in TestUfuncLike
/dports/astro/py-astropy/astropy-5.0/astropy/time/tests/
H A Dtest_methods.py600 def test_ptp(self, use_mask): member in TestArithmetic
/dports/math/py-numpy/numpy-1.20.3/numpy/ma/tests/
H A Dtest_old_ma.py805 def test_ptp(self): member in TestArrayMethods
H A Dtest_core.py3766 def test_ptp(self): member in TestMaskedArrayMathMethods
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/pynumero/sparse/tests/
H A Dtest_block_vector.py206 def test_ptp(self): member in TestBlockVector
/dports/devel/py-pint/Pint-0.18/pint/testsuite/
H A Dtest_numpy.py736 def test_ptp(self): member in TestNumpyUnclassified
/dports/astro/py-astropy/astropy-5.0/astropy/utils/masked/tests/
H A Dtest_function_helpers.py615 def test_ptp(self): member in TestMethodLikes
/dports/devel/py-dask/dask-2021.11.2/dask/array/tests/
H A Dtest_routines.py502 def test_ptp(shape, axis): function
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_numeric.py139 def test_ptp(self): member in TestNonarrayArgs
/dports/math/py-theano/Theano-1.0.5/theano/tensor/tests/
H A Dtest_basic.py8494 class test_ptp(unittest.TestCase): class