Skip to content

Commit

Permalink
Merge pull request #676 from Maltimore/fix_cli_output
Browse files Browse the repository at this point in the history
cli.py: fix error message with correct recommendation
  • Loading branch information
jnsLs authored Nov 26, 2024
2 parents 37f9282 + e644c0f commit 527c1d8
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 527c1d8

Please sign in to comment.