Skip to content

Commit

Permalink
Update interval_set.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvenditto committed Feb 5, 2025
1 parent 13fce81 commit 720efc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynapple/core/interval_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def __repr__(self):
np.hstack(
(
self.index[-n_rows:, None],
self.values[0:n_rows],
self.values[-n_rows:],
_convert_iter_to_str(metadata.values[-n_rows:]),
),
dtype=object,
Expand Down

0 comments on commit 720efc7

Please sign in to comment.