Skip to content

Commit

Permalink
Merge pull request #123 from justin13601/122_rename_aces_config
Browse files Browse the repository at this point in the history
Update config name per #122
  • Loading branch information
mmcdermott authored Aug 29, 2024
2 parents 504f48d + a5fbba4 commit a64266f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aces/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from meds import label_schema, subject_id_field
from omegaconf import DictConfig

config_yaml = files("aces").joinpath("configs/aces.yaml")
config_yaml = files("aces").joinpath("configs/_aces.yaml")

if len(sys.argv) == 1:
print("Usage: aces-cli [OPTIONS]")
Expand Down
File renamed without changes.

0 comments on commit a64266f

Please sign in to comment.