-
-
Notifications
You must be signed in to change notification settings - Fork 77
upgrade degree-1 matrices to degree 2 when doing a comparison #1227
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
base: PG-2.20
Are you sure you want to change the base?
Conversation
I think it would be a good idea to add these cases to the test suite. |
Could you provide a PG example of this? You gave an example mathematically in #1215 (comment), but I am having a hard time producing this in an actual PG problem. For example, I tried the following
That problem renders the same for both the develop branch and this pull request, and the last comparison is an error in both cases. So I must be missing something as to what this is doing. |
Here is a MWE that works in 2.19 and works on this PR's branch. But on develop, gives an error:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The MWE that @Alex-Jordan posted shows the error in develop and this fixes it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested the issue is fixed.
I also noticed that for the example problem given, that #1223 also fixes the error (unsure if it just fixes the error vs allows the matrices to be accurately compared). |
Never mind, I am no longer seeing this fixed with #1223, my dev setup got in some strange state and unsure why switching to that branch had any effect. |
This is to address an issue I raised in the thread for #1215.