Skip to content

Commit 892760a

Browse files
Julian-Ufertntietje1
authored andcommitted
changed typo from pydas.daspk to pydas.dassl #2070
1 parent 80acd9c commit 892760a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rmgpy/solver/base.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if DASPK == 1:
4848
from pydas.daspk import DASPKError as DASxError
4949
else:
5050
from pydas.dassl cimport DASSL as DASx
51-
from pydas.daspk import DASSLError as DASxError
51+
from pydas.dassl import DASSLError as DASxError
5252

5353
import rmgpy.constants as constants
5454
cimport rmgpy.constants as constants

0 commit comments

Comments
 (0)