Skip to content

Commit 7ae71de

Browse files
authored
Merge branch 'lint_mapping_table' into sciml_lint
2 parents f056682 + 4df4635 commit 7ae71de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

petab/v2/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ def run(self, problem: Problem) -> ValidationIssue | None:
955955
)
956956

957957
for mapping in problem.mappings:
958-
# petabEntityId is not referenced in any model
958+
# petabEntityId not referenced in any model, if alias
959959
for model in problem.models:
960960
if (
961961
mapping.petab_id != mapping.model_id

0 commit comments

Comments
 (0)