We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80acd9c commit 892760aCopy full SHA for 892760a
1 file changed
rmgpy/solver/base.pyx
@@ -48,7 +48,7 @@ if DASPK == 1:
48
from pydas.daspk import DASPKError as DASxError
49
else:
50
from pydas.dassl cimport DASSL as DASx
51
- from pydas.daspk import DASSLError as DASxError
+ from pydas.dassl import DASSLError as DASxError
52
53
import rmgpy.constants as constants
54
cimport rmgpy.constants as constants
0 commit comments