Skip to content

Commit 6727939

Browse files
committed
fix ruff
1 parent dab518b commit 6727939

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/v2/test_sciml.py

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

413413

414414
def test_nn_output_in_observable_formula_not_required_parameter():
415-
"""NN outputs should not appear in the parameter table, and can appear in observable formulas."""
415+
"""NN outputs should not appear in the parameter table, and can appear in
416+
observable formulas."""
416417
from petab.v2.lint import get_required_parameters_for_parameter_table
417418

418419
problem = _add_observable_consuming_nn_output(_get_test_problem())

0 commit comments

Comments
 (0)