Skip to content

Commit

Permalink
Improve description of ignore_warnings parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Apr 22, 2021
1 parent 4ab7c41 commit d47b0a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/BioSimSpace/Process/_gromacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ def __init__(self, system, protocol, exe=None, name="gromacs",
own naming scheme, e.g. { "charge" : "my-charge" }
ignore_warnings : bool
Whether to ignore warnings when generating the binary run file.
Whether to ignore warnings when generating the binary run file
with 'gmx grompp'. By default, these warnings are elevated to
errors and will halt the program.
show_errors : bool
Whether to show warning/error messages when generating the binary
Expand Down

0 comments on commit d47b0a7

Please sign in to comment.