Skip to content

Commit

Permalink
Remove upsampling example in a test for downsampling (upsampling shou…
Browse files Browse the repository at this point in the history
…ld use a different method, such as pad or interpolate)
  • Loading branch information
Flix6x committed Nov 9, 2022
1 parent 3537784 commit 707ea63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions timely_beliefs/tests/test_belief_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ def test_propagate_multi_sourced_deterministic_beliefs():
"PT2H",
[1, 3, 5, 7],
), # From 1h frequency to 2h frequency
(
"2022-01-01 22:00+01",
7,
"PT30M",
[1, 2, 3, 4, 5, 6, 7],
), # From 1h frequency to 30m frequency
(
"2022-03-27 01:00+01",
7,
Expand Down

0 comments on commit 707ea63

Please sign in to comment.