Home
last modified time | relevance | path

Searched refs:ALL_INT_DTYPES (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/
H A Dconftest.py1156 @pytest.fixture(params=tm.ALL_INT_DTYPES)
1191 @pytest.fixture(params=tm.ALL_INT_DTYPES + tm.ALL_EA_INT_DTYPES)
H A D_testing.py86 ALL_INT_DTYPES = UNSIGNED_INT_DTYPES + SIGNED_INT_DTYPES variable
101 ALL_REAL_DTYPES = FLOAT_DTYPES + ALL_INT_DTYPES
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/dtypes/
H A Dtest_common.py294 + tm.ALL_INT_DTYPES
295 + to_numpy_dtypes(tm.ALL_INT_DTYPES)
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexing/
H A Dtest_categorical.py481 *[np.array([1, 2, 3], dtype=dtype) for dtype in tm.ALL_INT_DTYPES],
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/
H A Dtest_constructors.py2417 tm.ALL_INT_DTYPES