Skip to content

Commit f81ca5c

Browse files
style: pre-commit fixes
1 parent 381d488 commit f81ca5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/test_solvers/test_idaklu_jax.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -918,9 +918,7 @@ def test_grad_scalar_getvar(self, output_variables, idaklu_jax_solver, f, wrappe
918918
idaklu_jax_solver.get_var(outvar),
919919
argnums=1,
920920
),
921-
)(
922-
t_eval[k], inputs
923-
) # output should be a dictionary of inputs
921+
)(t_eval[k], inputs) # output should be a dictionary of inputs
924922
flat_out, _ = tree_flatten(out)
925923
flat_out = np.array([f for f in flat_out]).flatten()
926924
check = np.array([sim[outvar].sensitivities[invar][k] for invar in inputs])

0 commit comments

Comments
 (0)