Skip to content

Commit 1e82bc3

Browse files
committed
rm duplicate validation task
1 parent 0d26f30 commit 1e82bc3

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

petab/v2/lint.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -979,14 +979,6 @@ def run(self, problem: Problem) -> ValidationIssue | None:
979979
return None
980980

981981

982-
class CheckExperimentalConditionsDefined(ValidationTask):
983-
"""A task to check that all conditions referenced by the experiments
984-
are defined."""
985-
986-
def run(self, problem: Problem) -> ValidationIssue | None:
987-
return None
988-
989-
990982
def get_valid_parameters_for_parameter_table(
991983
problem: Problem,
992984
) -> set[str]:
@@ -1204,5 +1196,4 @@ def get_placeholders(
12041196
#: Validation tasks that should be run PEtab SciML problems
12051197
sciml_validation_tasks = default_validation_tasks + [
12061198
CheckHybridizationTable(),
1207-
CheckExperimentalConditionsDefined(),
12081199
]

0 commit comments

Comments
 (0)