File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,6 +217,8 @@ def test_gap_tolerance_ms_parameter(self):
217217
218218 Tests the error-by-default behavior where files with timestamp gaps raise ValueError
219219 unless the user explicitly opts in with gap_tolerance_ms parameter.
220+
221+ See PR #1769 for the gap details on the example file used here.
220222 """
221223 # Use stubbed files with missing samples (timestamp gaps) from SimulatedSpikes data
222224 dirname = self .get_local_path ("blackrock/blackrock_ptp_with_missing_samples/Hub1-NWBtestfile_neural_wspikes" )
@@ -228,7 +230,7 @@ def test_gap_tolerance_ms_parameter(self):
228230 reader .parse_header ()
229231
230232 # Test 2: Explicit tolerance allows loading files with gaps
231- # User opts in by providing gap_tolerance_ms, so no warning is issued
233+ # User opts in by providing gap_tolerance_ms
232234 reader_with_tolerance = BlackrockRawIO (filename = dirname , nsx_to_load = 6 , gap_tolerance_ms = 10.0 )
233235 reader_with_tolerance .parse_header ()
234236 segments_with_tolerance = reader_with_tolerance .segment_count (0 )
You can’t perform that action at this time.
0 commit comments