We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f056682 + 4df4635 commit 7ae71deCopy full SHA for 7ae71de
1 file changed
petab/v2/lint.py
@@ -955,7 +955,7 @@ def run(self, problem: Problem) -> ValidationIssue | None:
955
)
956
957
for mapping in problem.mappings:
958
- # petabEntityId is not referenced in any model
+ # petabEntityId not referenced in any model, if alias
959
for model in problem.models:
960
if (
961
mapping.petab_id != mapping.model_id
0 commit comments