Skip to content

Commit

Permalink
also change for GWDataModule
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Sep 19, 2024
1 parent 6dc3af6 commit 77d96cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shimmer_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ from shimmer import RepeatedDataset
class GWDataModule(LightningDataModule):
def __init__(
self,
val_datasets: dict[frozenset[str], DomainDataset],
train_datasets: dict[frozenset[str], DomainDataset],
val_datasets: dict[frozenset[str], DomainDataset],
batch_size: int,
) -> None:
super().__init__()
Expand Down

0 comments on commit 77d96cc

Please sign in to comment.