Skip to content

Commit 60bfb1a

Browse files
authored
Correcting default value for write_options in recreate_training_data (#1166)
1 parent 6ed179a commit 60bfb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: python/hsfs/feature_view.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ def create_train_validation_test_split(
16561656
def recreate_training_dataset(
16571657
self,
16581658
training_dataset_version: int,
1659-
write_options: Optional[Dict[Any, Any]] = None,
1659+
write_options: Optional[Dict[Any, Any]] = {},
16601660
spine: Optional[
16611661
Union[
16621662
pd.DataFrame,

0 commit comments

Comments
 (0)