MCPcopy Create free account
hub / github.com/datapane/datapane / test_to_df_timedelta

Function test_to_df_timedelta

python-client/tests/common/test_df_processor_2.py:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84
85def test_to_df_timedelta():
86 delta = pd.to_timedelta(timedelta(days=1, seconds=10000, microseconds=100000))
87 assert_scalar_works(delta)
88
89
90def test_to_df_2_dim_numpy_array():

Callers

nothing calls this directly

Calls 1

assert_scalar_worksFunction · 0.85

Tested by

no test coverage detected