Skip to content

Commit 12773f2

Browse files
author
FelixAbrahamsson
committed
Conform group_split to the name change Dataset.functions -> get_item
1 parent c89139a commit 12773f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastream/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def group_split(
298298
split_name: Dataset(
299299
dataframe=dataframe,
300300
length=len(dataframe),
301-
functions=self.functions,
301+
get_item=self.get_item,
302302
)
303303
for split_name, dataframe in split_dataframes(
304304
self.dataframe,

0 commit comments

Comments
 (0)