Skip to content

Commit e0ee98b

Browse files
style: pre-commit fixes
1 parent 5c241ff commit e0ee98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybamm/solvers/idaklu_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class IDAKLUSolver(pybamm.BaseSolver):
5252
# print statistics of the solver after every solve
5353
"print_stats": False,
5454
55-
# jacobian form, can be "none", "dense",
55+
# jacobian form, can be "none", "dense",
5656
# "banded", "sparse", "matrix-free"
5757
"jacobian": "sparse",
5858

0 commit comments

Comments
 (0)