Skip to content

Commit 10124ca

Browse files
committed
[Minor] Config name syle.
1 parent 2d4e2ea commit 10124ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/template_package_name/configs/template_experiment.yaml renamed to src/template_package_name/configs/template-experiment.yaml

File renamed without changes.

src/template_package_name/template_experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
logger = logging.getLogger(__name__)
2121

2222

23-
@hydra.main(version_base=None, config_path="configs", config_name="template_experiment")
23+
@hydra.main(version_base=None, config_path="configs", config_name="template-experiment")
2424
def main(config: DictConfig) -> None:
2525
# Using the template provides utilities for experiments:
2626

0 commit comments

Comments
 (0)