You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem seems to be an issue with ARPACK itself and not on our end, for some reason the forcing of the starting vector into the range of OP returns zero. I think I found a workaround though, in the referenced commit above I modified the ARPACK configuration to use a manually initialised starting vector using a (-1, 1) random uniform distribution and that seems to solve (all) issues. I've also seen this problem popping up in our unit tests every so often, that seems to be fixed as well now.
The fix will soon be available on the develop branch.
Issue description
When running with the Arnoldi solver in some cases, I get an error:
sometimes, re-running it indeed works as suggested, but usually it does not and the problem cannot be computed at all.
Bug report
With no changes to the code, with a parameter file that reads:
Actual result
The text was updated successfully, but these errors were encountered: