Skip to content

Commit eba268b

Browse files
committed
update test
1 parent 5889844 commit eba268b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/dataset/test_tsf_reader.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"input_freq_str, output_freq_str",
2121
[
2222
("30_seconds", "30S"),
23-
("minutely", "T"),
24-
("10_minutes", "10T"),
25-
("hourly", "H"),
26-
("half_hourly", "0.5H"),
23+
("minutely", "min"),
24+
("10_minutes", "10min"),
25+
("hourly", "h"),
26+
("half_hourly", "0.5h"),
2727
("daily", "D"),
2828
("7_days", "7D"),
2929
("weekly", "W"),

0 commit comments

Comments
 (0)