Skip to content

Commit f7943b3

Browse files
BSnellingdweindl
andauthored
Update petab/v2/lint.py
Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
1 parent 97d3570 commit f7943b3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

petab/v2/lint.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,11 +1109,6 @@ def append_overrides(overrides):
11091109
)
11101110

11111111
# Parameters that are overridden via the condition table are not allowed
1112-
condition_targets = {
1113-
change.target_id
1114-
for cond in problem.conditions
1115-
for change in cond.changes
1116-
}
11171112
parameter_ids -= condition_targets
11181113

11191114
return parameter_ids

0 commit comments

Comments
 (0)