Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grain/_src/python/dataset/transformations/mix.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(
parents: Component datasets to draw from.
proportions: Proportions from which to draw from each parent dataset.
Defaults to uniform weight if selection_map is not given.
selection_map: Mapping from global index to paraent dataset and index
selection_map: Mapping from global index to parent dataset and index
within parent dataset.
"""
super().__init__(parents)
Expand Down
Loading