Skip to content

Commit 2e26c8d

Browse files
committed
..
1 parent 5b87701 commit 2e26c8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

petab/v2/core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ def to_df(self) -> pd.DataFrame:
207207
record[C.OBSERVABLE_FORMULA] = (
208208
None
209209
if obs is None
210+
# TODO: we need a custom printer for sympy expressions
211+
# to avoid '**'
212+
# https://github.com/PEtab-dev/libpetab-python/issues/362
210213
else str(obs)
211214
if not obs.is_number
212215
else float(obs)

0 commit comments

Comments
 (0)