Skip to content

Commit

Permalink
switch the default back
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Feb 5, 2024
1 parent 1203dce commit 70427b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbuild/compound.py
Original file line number Diff line number Diff line change
Expand Up @@ -2930,7 +2930,7 @@ def _energy_minimize_openbabel(
def save(
self,
filename,
include_ports=True,
include_ports=False,
forcefield_name=None,
forcefield_files=None,
forcefield_debug=False,
Expand All @@ -2952,7 +2952,7 @@ def save(
'hoomdxml', 'gsd', 'gro', 'top', 'lammps', 'lmp', 'mcf', 'pdb', 'xyz',
'json', 'mol2', 'sdf', 'psf'. See parmed/structure.py for more
information on savers.
include_ports : bool, optional, default=True
include_ports : bool, optional, default=False
Save ports contained within the compound.
forcefield_files : str, optional, default=None
Apply a forcefield to the output file using a forcefield provided
Expand Down

0 comments on commit 70427b8

Please sign in to comment.