File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,17 @@ def petab1to2(
3030
3131 Convert a PEtab problem from PEtab 1.0 to PEtab 2.0 format.
3232
33+ .. note::
34+
35+ Some aspects of PEtab v1 were not well-defined. For example, model
36+ initialization order (e.g., applying initial assignments before or
37+ after condition table overrides) and the impact of compartment size
38+ changes were not specified. In such cases, we made assumptions that are
39+ consistent with the clarified PEtab v2 specifications,
40+ the PEtab test suite, or common practice.
41+ Therefore, it is recommended to carefully review the generated PEtab v2
42+ problem to ensure it aligns with the expected behavior.
43+
3344 :param yaml_config:
3445 The PEtab problem as dictionary or YAML file name.
3546 :param output_dir:
You can’t perform that action at this time.
0 commit comments