Skip to content

Commit

Permalink
Fix issue resulting from pickling the solver several times
Browse files Browse the repository at this point in the history
  • Loading branch information
astoeriko authored and twiecki committed Apr 26, 2024
1 parent b52528b commit a1e1038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sunode/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ def __init__(
"_linear_solver_kwargs",
"_sens_mode",
"_solver_kind",
"_state_names",
]

self._init_sundials()
Expand Down

0 comments on commit a1e1038

Please sign in to comment.