Skip to content

Commit 55b986f

Browse files
committed
Remove the allowed_timestamp_delta from the BLF UT
Now that the BLF float arithmetic issue is fixed we no longer need to tweek the `allowed_timestamp_delta` in the BLF unit tests
1 parent 726f3a5 commit 55b986f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/logformats_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,6 @@ def _setup_instance(self):
694694
check_fd=True,
695695
check_comments=False,
696696
test_append=True,
697-
allowed_timestamp_delta=1.0e-6,
698697
preserves_channel=False,
699698
adds_default_channel=0,
700699
)

0 commit comments

Comments
 (0)