Skip to content

Commit

Permalink
Merge pull request #1343 from AMICI-dev/release_0_11_10
Browse files Browse the repository at this point in the history
Release 0.11.10
  • Loading branch information
FFroehlich authored Nov 30, 2020
2 parents 9847fa2 + 10f0988 commit 275e599
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
import sympy.printing.cxxcode as cxxcode
from sympy.printing.codeprinter import cxxcode
from sympy.matrices.immutable import ImmutableDenseMatrix
from sympy.matrices.dense import MutableDenseMatrix
from sympy.logic.boolalg import BooleanAtom
Expand Down
2 changes: 1 addition & 1 deletion python/amici/sbml_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ def _check_unsupported_functions(sym: sp.Expr,

unsupported_functions = (
sp.functions.factorial, sp.functions.ceiling, sp.functions.floor,
sp.function.UndefinedFunction
sp.core.function.UndefinedFunction
)

if isinstance(sym.func, unsupported_functions):
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.9
0.11.10

0 comments on commit 275e599

Please sign in to comment.