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

solver: fix solve_many with terminals

parent 22761864
No related branches found
No related tags found
No related merge requests found
......@@ -561,7 +561,6 @@ class Solver:
self._t_solve_min = np.inf
self._M = None
self._Phi[...] = 0
self._core.fix_terminals(Phi)
for j in js:
self.solve(omega=omega[j], **kw)
......
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