Home
last modified time | relevance | path

Searched defs:assert_allclose (Results 1 – 25 of 28) sorted by relevance

12

/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_icrs_observed_transformations.py8 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_atc_replacements.py9 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_angular_separation.py12 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_api_ape5.py19 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_arrays.py11 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_matching.py8 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_celestial_transformations.py14 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_skyoffset_transformations.py12 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_intermediate_transformations.py14 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_transformations.py14 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_frames.py11 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
H A Dtest_sky_coord.py18 from astropy.tests.helper import assert_quantity_allclose as assert_allclose unknown
/dports/science/py-chainer/chainer-7.8.0/chainer/testing/
H A Darray.py10 def assert_allclose(x, y, atol=1e-5, rtol=1e-4, verbose=True): function
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/color/tests/
H A Dtest_adapt_rgb.py15 assert_allclose = partial(np.testing.assert_allclose, atol=1e-8) variable
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/
H A Dtesting.py21 def assert_allclose(actual, desired, rtol=1e-7, atol=1e-7): function
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/
H A Dtesting.py21 def assert_allclose(actual, desired, rtol=1e-7, atol=1e-7): function
/dports/science/py-chainer/chainer-7.8.0/chainerx/testing/
H A Darray.py43 def assert_allclose( function
/dports/math/ambit/ambit-0.5.1/lib/
H A Dnp_test.py80 def assert_allclose(self, T, N): member in TestOperatorOverloading
/dports/devel/py-xarray/xarray-0.20.1/xarray/
H A Dtesting.py120 def assert_allclose(a, b, rtol=1e-05, atol=1e-08, decode_bytes=True): function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/
H A Dtesting.py69 def assert_allclose(actual, desired, rtol=1e-7, atol=1e-7): function
/dports/devel/py-xarray/xarray-0.20.1/xarray/tests/
H A D__init__.py197 def assert_allclose(a, b, **kwargs): function
/dports/science/py-chainer/chainer-7.8.0/chainer/
H A Dgradient_check.py373 def assert_allclose(x, y, atol=1e-5, rtol=1e-4, verbose=True): function
/dports/science/py-asdf/asdf-2.8.1/asdf/tags/core/
H A Dndarray.py535 def assert_allclose(cls, old, new): member in NDArrayType
/dports/math/py-theano/Theano-1.0.5/theano/tests/
H A Dunittest_tools.py356 def assert_allclose(expected, value, rtol=None, atol=None): function
/dports/math/py-numpy/numpy-1.20.3/numpy/testing/_private/
H A Dutils.py1474 def assert_allclose(actual, desired, rtol=1e-7, atol=0, equal_nan=True, function

12