Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Nov 4, 2024
1 parent 8cdac4c commit c8b4a90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/dataset/test_tsf_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"input_freq_str, output_freq_str",
[
("30_seconds", "30S"),
("minutely", "T"),
("10_minutes", "10T"),
("hourly", "H"),
("half_hourly", "0.5H"),
("minutely", "min"),
("10_minutes", "10min"),
("hourly", "h"),
("half_hourly", "0.5h"),
("daily", "D"),
("7_days", "7D"),
("weekly", "W"),
Expand Down

0 comments on commit c8b4a90

Please sign in to comment.