Skip to content

Commit c7b60d9

Browse files
authored
Merge pull request #93 from iguinn/main
Fixed deprecation warning
2 parents f891046 + 51ea154 commit c7b60d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dspeed/vis/waveform_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def find_entry(
378378
return
379379

380380
# Get our current position in the I/O buffers; update if needed
381-
i_tb = entry - self.lh5_it.current_entry
381+
i_tb = entry - self.lh5_it.current_i_entry
382382
if not (self.lh5_it.n_rows > i_tb >= 0):
383383
self.lh5_it.read(entry)
384384

0 commit comments

Comments
 (0)