Skip to content

Commit

Permalink
fix check again
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed May 25, 2024
1 parent de9d10d commit b0e95d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convnwb/io/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def check_blackrock_file_info(reader):
seg_stop = reader.segment_t_stop(bi, si)
seg_size = reader.get_signal_size(bi, si)
seg_length = convert_samples_to_time(seg_size, fs)
print(str_fmt.format(si, seg_start, seg_stop, seg_size, seg_len))
print(str_fmt.format(si, seg_start, seg_stop, seg_size, seg_length))

0 comments on commit b0e95d5

Please sign in to comment.