MCPcopy
hub / github.com/dask/dask / test_enforce_runtime_divisions

Function test_enforce_runtime_divisions

dask/dataframe/tests/test_dataframe.py:5271–5275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5269
5270
5271def test_enforce_runtime_divisions():
5272 pdf = pd.DataFrame({"x": range(50)})
5273 ddf = dd.from_pandas(pdf, 5)
5274 # Default divisions should be correct
5275 assert_eq(pdf, ddf.enforce_runtime_divisions())
5276
5277
5278def test_preserve_ts_unit_in_meta_creation():

Callers

nothing calls this directly

Calls 2

assert_eqFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…