Skip to content

Commit

Permalink
adjust doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Sep 13, 2024
1 parent bf3fc6e commit 3c3b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/data/curated_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def __init__(
validation_dataloader_kwargs: Dict[str, Any] = None,
test_dataloader_kwargs: Dict[str, Any] = None,
) -> None:
"""Download a public dataset and build DataLoaders get dataloaders.
"""Download a public dataset and build DataLoaders.
The Dataset can be instatiated in three modes: "train", "test" or
"test-no-noise". When instantiated in "train" mode, input data is
Expand Down

0 comments on commit 3c3b962

Please sign in to comment.