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 d140230 commit 2ff200fCopy full SHA for 2ff200f
doc/modules.rst
@@ -37,5 +37,4 @@ API Reference
37
petab.v2.experiments
38
petab.v2.lint
39
petab.v2.models
40
- petab.v2.problem
41
petab.v2.petab1to2
petab/v2/converters.py
@@ -401,7 +401,7 @@ def _add_indicators_to_conditions(self) -> None:
401
# removed. Only keep the conditions setting our indicators.
402
problem.condition_tables = [
403
ConditionTable(
404
- conditions=[
+ [
405
condition
406
for condition in problem.conditions
407
if condition.id.startswith("_petab")
0 commit comments