Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 11, 2024
1 parent df3ba5f commit 04311e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petab/v2/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def append_overrides(overrides):
for p in v2.conditions.get_condition_table_free_symbols(problem):
parameter_ids[str(p)] = None

return parameter_ids.keys()
return set(parameter_ids.keys())


def get_required_parameters_for_parameter_table(
Expand Down

0 comments on commit 04311e0

Please sign in to comment.