Skip to content
Snippets Groups Projects
Commit ed20bad1 authored by François  LAURENT's avatar François LAURENT
Browse files

getsample admits a second argument again

parent 7abe9f54
No related branches found
No related tags found
1 merge request!5LarvaDataset.getsample fixed
...@@ -210,11 +210,6 @@ class LarvaDataset: ...@@ -210,11 +210,6 @@ class LarvaDataset:
except StopIteration: except StopIteration:
pass pass
""" """
Alias for `getbatch`, for backward compatibility.
"""
def getsample(self, subset, n):
return self.getbatch(subset, n)
"""
*int*: number of time points in a segment. *int*: number of time points in a segment.
""" """
@property @property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment