-
Notifications
You must be signed in to change notification settings - Fork 2
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
Possible bug in qzdiv() in gensys.jl #1
Comments
Thank you for letting me know. When you made the change, did it start working properly? If so, would you (or whoever is working with this code) submit a pull request? Thanks! |
Oh and I should also mention again that the Eventually we should rely on the |
What do you think about the following plan:
It is not a super high priority, but I did want to initiate the conversation. |
Hi @spencerlyon2, sorry for the delay! I spoke with @micahjsmith yesterday about this, and we're definitely on board. I can fork Hobo.jl, change the call to |
That's great, thank you very much. Looking forward to that! |
Noticed that line 248 of gensys.jl has the following line
whereas the qzdiv.m Matlab function has
We were getting errors until we changed the index in the second part of the Julia if-statement to match the Matlab version.
The text was updated successfully, but these errors were encountered: