Skip to content

Commit

Permalink
Fix cxxcode import for SymPy 1.6 (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcontento authored Dec 8, 2020
1 parent bb2b3ac commit 24b9b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/amici/ode_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Set, Any
)
from string import Template
from sympy.printing.codeprinter import cxxcode
from sympy.printing import cxxcode
from sympy.matrices.immutable import ImmutableDenseMatrix
from sympy.matrices.dense import MutableDenseMatrix
from sympy.logic.boolalg import BooleanAtom
Expand Down

0 comments on commit 24b9b98

Please sign in to comment.