Skip to content

Commit

Permalink
remove resolved TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
livhe authored and AKuederle committed Sep 7, 2023
1 parent ead6e32 commit 1f2d6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/datasets/_01_datasets_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def create_index(self):
# %%
# If we now iterate the dataset, it will iterate over the unique groups.
#
# Grouping also changes the meaning of a "single datapoint". # TODO how do we change this explanation?
# Grouping also changes the meaning of a "single datapoint".
# Each group reports a shape of `(1,)` independent of the number of rows in each group.
for group in grouped_subset:
print("This group has the shape {}".format(group.shape))
Expand Down

0 comments on commit 1f2d6ba

Please sign in to comment.