Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_tokenize_numpy_datetime
Function
test_tokenize_numpy_datetime
dask/tests/test_tokenize.py:147–148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
146
@pytest.mark.skipif(
"not np"
)
147
def
test_tokenize_numpy_datetime():
148
check_tokenize(np.array([
"2000-01-01T12:00:00"
], dtype=
"M8[ns]"
))
149
150
151
@pytest.mark.skipif(
"not np"
)
Callers
nothing calls this directly
Calls
1
check_tokenize
Function · 0.85
Tested by
no test coverage detected