Skip to content

Commit

Permalink
wrong values in test
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeEfstathiadis committed Nov 7, 2023
1 parent 64faae9 commit ff35839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forest/oak/tests/test_run_hourly.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ def test_run_hourly_accuracy(test_input):

# get non-nan indices
assert steps_hourly[indice][0] == 32
assert cadence_hourly[indice][0] == 3.2
assert cadence_hourly[indice][0] == 20
assert walkingtime_hourly[indice][0] == 10

0 comments on commit ff35839

Please sign in to comment.