MCPcopy
hub / github.com/dask/dask / test_arange_cast_float_int_step

Function test_arange_cast_float_int_step

dask/array/tests/test_creation.py:316–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314 "behavior is not specified or guaranteed by NumPy."
315)
316def test_arange_cast_float_int_step():
317 darr = da.arange(3.3, -9.1, -0.25, chunks=3, dtype="i8")
318 nparr = np.arange(3.3, -9.1, -0.25, dtype="i8")
319 assert_eq(darr, nparr)
320
321
322def test_arange_float_step():

Callers

nothing calls this directly

Calls 2

assert_eqFunction · 0.90
arangeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…