Skip to content

Commit

Permalink
cli.py: fix error message with correct recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
Maltimore committed Nov 25, 2024
1 parent 47cfa5e commit e644c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schnetpack/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def train(config: DictConfig):
f"""
Config incomplete! You have to specify at least `data` and `model`!
For an example, try one of our pre-defined experiments:
> spktrain data_dir=/data/will/be/here +experiment=qm9
> spktrain experiment=qm9_atomwise
"""
)
return
Expand Down

0 comments on commit e644c0f

Please sign in to comment.