We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b87701 commit 2e26c8dCopy full SHA for 2e26c8d
petab/v2/core.py
@@ -207,6 +207,9 @@ def to_df(self) -> pd.DataFrame:
207
record[C.OBSERVABLE_FORMULA] = (
208
None
209
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
213
else str(obs)
214
if not obs.is_number
215
else float(obs)
0 commit comments