Skip to content

Commit bc56350

Browse files
authored
Merge branch 'develop' into v2_combine_conditions
2 parents debae6e + d5589c8 commit bc56350

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

petab/v1/math/printer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import sympy as sp
66
from sympy.printing.str import StrPrinter
77

8+
__all__ = ["PetabStrPrinter", "petab_math_str"]
9+
810

911
class PetabStrPrinter(StrPrinter):
1012
"""A PEtab-compatible sympy string-printer."""

0 commit comments

Comments
 (0)