Skip to content

Commit

Permalink
Update mongoloader.py
Browse files Browse the repository at this point in the history
typo in a comment
  • Loading branch information
sergeyplis committed Mar 11, 2024
1 parent 2c77957 commit 193c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mindfultensors/mongoloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def make_serial(self, samples_for_id, kind):

def __getitem__(self, batch):
# Fetch all samples for ids in the batch and where 'kind' is either
# data or labela s specified by the sample parameter
# data or label as specified by the sample parameter
samples = list(
self.collection["bin"].find(
{
Expand Down

0 comments on commit 193c238

Please sign in to comment.