Skip to content
Snippets Groups Projects

LarvaDataset.getsample fixed

Merged François LAURENT requested to merge dev into main
3 files
+ 2
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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
Loading