Skip to content

Commit a83a8cb

Browse files
committed
rollback
1 parent dbdcd56 commit a83a8cb

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
@@ -1033,7 +1033,7 @@ def get_valid_parameters_for_parameter_table(
10331033

10341034
# Add petab ids from mapping table if they are used for aliasing
10351035
for mapping in problem.mappings:
1036-
if mapping.model_id:
1036+
if mapping.model_id and mapping.model_id in parameter_ids.keys():
10371037
parameter_ids[mapping.petab_id] = None
10381038
# An aliased model id is not a valid parameter id
10391039
if mapping.model_id in parameter_ids:

0 commit comments

Comments
 (0)