Skip to content

Commit

Permalink
Match timing significance (1 sample)
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Oct 27, 2023
1 parent 307ede9 commit 70c6be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqcorrscan/tests/tutorials_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_templates_and_match(self):
# for detection in expected_detections]
for detection in tutorial_detections:
assert (detection.detect_val < detection.no_chans)
detection.detect_time.precision = 3
detection.detect_time.precision = 2
self.assertIn(
detection.detect_time, expected_times,
msg='Detection at %s is not in expected detections'
Expand Down

0 comments on commit 70c6be8

Please sign in to comment.