1 parent 958ca29 commit 25b3f11Copy full SHA for 25b3f11
1 file changed
petab/v2/lint.py
@@ -1139,8 +1139,7 @@ def append_overrides(overrides):
1139
}
1140
parameter_ids -= hybridization_target_values
1141
1142
- # NN outputs can be used in observable and noise formulas without
1143
- # appearing in the parameter table.
+ # NN outputs should not appear in the parameters table.
1144
_, nn_outputs, _ = get_nn_entity_petab_ids(problem)
1145
parameter_ids -= set(nn_outputs)
1146
0 commit comments