-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IRSparsity fails to run #3
Comments
I believe this issue is due to the fact that most of the IR*.m files in the IRtools folder got updated relatively recently, but they depend on some IR*.m files in the Extras folder that were not updated. Not sure if you found your own temp fixes by now, but what I found to work on some similar issues was to add the following snippets to a few files:
and then also the newly defined functions for sparsity and wname that I threw at the end of the file:
I'm sure there's other things missing, but this at least has me up and running so far. |
Experiencing a similar issue with a number of the algorithms which I hope I can fix using the above suggestions. |
Do you have a case for discflatTol? the ell1 solver doesn't run without it |
I don't have access to my code right now, but I'd guess it's the same as the wlevels case. I.e. Checking for a non neg scalar. Sorry, I probably just didn't copy the next line like I should have! |
That allowed the code to proceed but then it crashes at 'hybridvariant' more to figure out. Thanks very much for the help!! |
The error message when running IRSparsity:
The text was updated successfully, but these errors were encountered: