We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004be14 commit 432dac4Copy full SHA for 432dac4
1 file changed
petab/v2/petab1to2.py
@@ -30,6 +30,17 @@ def petab1to2(
30
31
Convert a PEtab problem from PEtab 1.0 to PEtab 2.0 format.
32
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
44
:param yaml_config:
45
The PEtab problem as dictionary or YAML file name.
46
:param output_dir:
0 commit comments