Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Jan 14, 2024
1 parent d71a8b1 commit aa34d89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/raspa_ase/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ def __init__(self, binary: Path | str | None = None, **kwargs) -> None:
Parameters
----------
argv
The command line arguments to the RASPA executable.
This defaults to doing `${RASPA_DIR}/bin/simulate simulation.input`
binary
The binary to run RASPA. This defaults to doing `${RASPA_DIR}/bin/simulate`
and typically does not need to be changed.
Returns
Expand Down

0 comments on commit aa34d89

Please sign in to comment.