Skip to content

Commit 72d7a29

Browse files
committed
update parameter check docstring
1 parent f7943b3 commit 72d7a29

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

petab/v2/lint.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,9 +555,7 @@ def run(self, problem: Problem) -> ValidationIssue | None:
555555
class CheckAllParametersPresentInParameterTable(ValidationTask):
556556
"""Ensure all required parameters are contained in the parameter table
557557
with no additional ones.
558-
559-
This also ensures that the mapping table petab ids
560-
are used in the PEtab problem."""
558+
"""
561559

562560
def run(self, problem: Problem) -> ValidationIssue | None:
563561
if problem.model is None:

0 commit comments

Comments
 (0)