Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbg141 committed Dec 17, 2024
1 parent b8c03bc commit 0a03b98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# order of defaults determines the order in which configs override each other
defaults:
- _self_
- dataset: simplicial/mantra_orintation
- dataset: simplicial/mantra_orientation
- model: simplicial/scn
- transforms: ${get_default_transform:${dataset},${model}} #no_transform
- optimizer: default
Expand Down
2 changes: 1 addition & 1 deletion test/data/load/test_datasetloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _gather_config_files(self, base_dir: Path) -> List[str]:
config_base_dir = base_dir / "configs/dataset"
exclude_datasets = {"karate_club.yaml",
# Below the datasets that takes quite some time to load and process
"mantra_name.yaml", "mantra_orintation.yaml",
"mantra_name.yaml", "mantra_orientation.yaml",
# Below the datasets that have some default transforms with we manually overriten with no_transform,
# due to lack of default transform for domain2domain
"REDDIT-BINARY.yaml", "IMDB-MULTI.yaml", "IMDB-BINARY.yaml", #"ZINC.yaml"
Expand Down

0 comments on commit 0a03b98

Please sign in to comment.