Skip to content

Commit b2f809f

Browse files
committed
Do not load salvation groups by default.
There is a bug in pickling of the salvation groups, and there is no reason to load them by default.
1 parent 5048034 commit b2f809f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmgpy/data/rmg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def load(self,
7676
kineticsDepositories=None,
7777
statmechLibraries=None,
7878
depository=True,
79-
solvation=True,
79+
solvation=False,
8080
):
8181
"""
8282
Load the RMG database from the given `path` on disk, where `path`

0 commit comments

Comments
 (0)