Skip to content

Commit a1e1038

Browse files
astoerikotwiecki
authored andcommitted
Fix issue resulting from pickling the solver several times
1 parent b52528b commit a1e1038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sunode/solver.py

+1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ def __init__(
311311
"_linear_solver_kwargs",
312312
"_sens_mode",
313313
"_solver_kind",
314+
"_state_names",
314315
]
315316

316317
self._init_sundials()

0 commit comments

Comments
 (0)