Skip to content

Commit

Permalink
Fix docstring alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Apr 27, 2021
1 parent a5e7c11 commit 6090418
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions python/BioSimSpace/FreeEnergy/_free_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ def __init__(self, protocol=None, work_dir=None, engine=None,
options are "GROMACS", or "SOMD". If this argument is omitted then
BioSimSpace will choose an appropriate engine for you.
ignore_warnings : bool
Whether to ignore warnings when generating the binary run file.
This option is specific to GROMACS and will be ignored when a
different molecular dynamics engine is chosen.
show_errors : bool
Whether to show warning/error messages when generating the binary
run file. This option is specific to GROMACS and will be ignored
when a different molecular dynamics engine is chosen.
ignore_warnings : bool
Whether to ignore warnings when generating the binary run file.
This option is specific to GROMACS and will be ignored when a
different molecular dynamics engine is chosen.
show_errors : bool
Whether to show warning/error messages when generating the binary
run file. This option is specific to GROMACS and will be ignored
when a different molecular dynamics engine is chosen.
"""

# Don't allow user to create an instance of this base class.
Expand Down

0 comments on commit 6090418

Please sign in to comment.