Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Sep 14, 2024
1 parent 4012e77 commit 0db2229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/data/datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def _resolve_selections(self) -> None:
else:
# Only test selection given - no training / val selection inferred
self.info(
f"{self.__class__.__name__} only recieved arguments for a"
f"{self.__class__.__name__} only received arguments for a"
" test selection. DataLoaders for training and validation"
" will not be available."
)
Expand Down

0 comments on commit 0db2229

Please sign in to comment.