Skip to content
Snippets Groups Projects
Commit 3af3ddf6 authored by patavirt's avatar patavirt
Browse files

solver: fill nans to be sure

parent 865345bc
No related branches found
No related tags found
No related merge requests found
......@@ -388,6 +388,7 @@ class Solver:
if np.isnan(Phi).any():
_log_solve.error("Failed to solve")
Phi[...] = np.nan
M = None
self._M = M
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment