MCPcopy
hub / github.com/dask/dask / test_from_map_string_conversion

Function test_from_map_string_conversion

dask/dataframe/dask_expr/io/tests/test_io.py:389–393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

387
388
389def test_from_map_string_conversion():
390 result = from_map(func_object, ["foo"])
391 dtype = "string" if pyarrow_strings_enabled() else "object"
392 assert result.a.dtype == dtype
393 assert result.a.compute().dtype == dtype
394
395
396def test_from_array():

Callers

nothing calls this directly

Calls 3

from_mapFunction · 0.90
pyarrow_strings_enabledFunction · 0.90
computeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…