Skip to content

Commit

Permalink
my guess is that this should be 3, fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Mar 15, 2024
1 parent 435553c commit f2ec6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_qartod.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ def test_climatology_test_depths(self):
101
)
]
expected_result = [1, 1, 1, 3, 3, 2]
expected_result = [1, 1, 1, 3, 3, 3]
self._run_test(test_inputs, expected_result)


Expand Down

0 comments on commit f2ec6b2

Please sign in to comment.