We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdcd56 commit a83a8cbCopy full SHA for a83a8cb
1 file changed
petab/v2/lint.py
@@ -1033,7 +1033,7 @@ def get_valid_parameters_for_parameter_table(
1033
1034
# Add petab ids from mapping table if they are used for aliasing
1035
for mapping in problem.mappings:
1036
- if mapping.model_id:
+ if mapping.model_id and mapping.model_id in parameter_ids.keys():
1037
parameter_ids[mapping.petab_id] = None
1038
# An aliased model id is not a valid parameter id
1039
if mapping.model_id in parameter_ids:
0 commit comments