Skip to content

Commit ce9d5db

Browse files
committed
Removing test
Not needed -- doesn't make sense for dates with polars.
1 parent 219aaac commit ce9d5db

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ui/sdk/tests/tracking/test_polars_col_stats.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,3 @@ def test_max_string(example_df_string):
112112

113113
def test_str_len(example_df_string):
114114
assert pcs.str_len(example_df_string["a"]).to_list() == [1, 1, 1, 1, 1]
115-
116-
117-
def test_std_date():
118-
df = pl.DataFrame(
119-
{
120-
"a": ["2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05"],
121-
},
122-
schema=pl.Schema({"a": pl.Date}),
123-
)
124-
assert pcs.std(df["a"]) == 1.5811388300841898

0 commit comments

Comments
 (0)