File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1010from math import nan
1111from numbers import Number
1212from pathlib import Path
13- from typing import TYPE_CHECKING
13+ from typing import TYPE_CHECKING , Any
1414
1515import pandas as pd
1616import sympy as sp
@@ -1099,6 +1099,12 @@ def __iadd__(self, other):
10991099 def model_dump (self , ** kwargs ) -> dict [str , Any ]:
11001100 """Convert this Problem to a dictionary.
11011101
1102+ This function is intended for debugging purposes and should not be
1103+ used for serialization. The output of this function may change
1104+ without notice.
1105+
1106+ The output includes all PEtab tables, but not the model itself.
1107+
11021108 See `pydantic.BaseModel.model_dump <https://docs.pydantic.dev/latest/api/base_model/#pydantic.BaseModel.model_dump>`__
11031109 for details.
11041110
You can’t perform that action at this time.
0 commit comments