Skip to content

Commit

Permalink
set diff
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 11, 2024
1 parent 00c5055 commit 949d322
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions petab/v2/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,11 +771,7 @@ def append_overrides(overrides):
)

# parameters that are overridden via the condition table are not allowed
for p in problem.condition_df[TARGET_ID].unique():
try:
parameter_ids.remove(p)
except KeyError:
pass
parameter_ids -= set(problem.condition_df[TARGET_ID].unique())

return parameter_ids

Expand Down

0 comments on commit 949d322

Please sign in to comment.