Skip to content

Commit 25b3f11

Browse files
committed
update wording
1 parent 958ca29 commit 25b3f11

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

petab/v2/lint.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,8 +1139,7 @@ def append_overrides(overrides):
11391139
}
11401140
parameter_ids -= hybridization_target_values
11411141

1142-
# NN outputs can be used in observable and noise formulas without
1143-
# appearing in the parameter table.
1142+
# NN outputs should not appear in the parameters table.
11441143
_, nn_outputs, _ = get_nn_entity_petab_ids(problem)
11451144
parameter_ids -= set(nn_outputs)
11461145

0 commit comments

Comments
 (0)