Skip to content

Commit

Permalink
serie._index_slices -> serie.get_index_slices
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 28, 2024
1 parent 4234a6a commit 53f06a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluidimage/data_objects/piv.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_str_index(serie, i, index):


def get_name_piv(serie, prefix="piv"):
index_slices = serie._index_slices
index_slices = serie.get_index_slices()
str_indices = ""
for i, inds in enumerate(index_slices):
index = inds[0]
Expand Down

0 comments on commit 53f06a0

Please sign in to comment.