Skip to content

Commit dab518b

Browse files
BSnellingdilpath
andauthored
Apply suggestion from @dilpath
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
1 parent 25b3f11 commit dab518b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/v2/test_sciml.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,7 @@ def _add_observable_consuming_nn_output(problem):
412412

413413

414414
def test_nn_output_in_observable_formula_not_required_parameter():
415-
"""NN outputs consumed by an observable formula are not parameter table
416-
entries -- PEtab SciML explicitly allows an NN output in a formula."""
415+
"""NN outputs should not appear in the parameter table, and can appear in observable formulas."""
417416
from petab.v2.lint import get_required_parameters_for_parameter_table
418417

419418
problem = _add_observable_consuming_nn_output(_get_test_problem())

0 commit comments

Comments
 (0)