Skip to content

Commit

Permalink
Bug fix: Import conformer from statmech instead of pdep
Browse files Browse the repository at this point in the history
Previous wildcard imports masked this issue.
Thanks to @mliu49 for catching this and making this fix.
  • Loading branch information
amarkpayne committed Aug 21, 2019
1 parent 2194bf8 commit 2913cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rmgpy/rmg/pdep.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
from rmgpy.constants import R
from rmgpy.data.kinetics.library import LibraryReaction
from rmgpy.exceptions import PressureDependenceError, NetworkError
from rmgpy.pdep import Conformer, Configuration
from rmgpy.pdep import Configuration
from rmgpy.rmg.react import react_species
from rmgpy.statmech import Conformer


################################################################################
Expand Down

0 comments on commit 2913cb7

Please sign in to comment.