Skip to content

Commit

Permalink
Merge pull request #93 from iguinn/main
Browse files Browse the repository at this point in the history
Fixed deprecation warning
  • Loading branch information
iguinn authored Nov 1, 2024
2 parents f891046 + 51ea154 commit c7b60d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dspeed/vis/waveform_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def find_entry(
return

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

Expand Down

0 comments on commit c7b60d9

Please sign in to comment.