upgrade degree-1 matrices to degree 2 when doing a comparison#1227
upgrade degree-1 matrices to degree 2 when doing a comparison#1227pstaabp merged 1 commit intoopenwebwork:PG-2.20from
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: |
pstaabp
left a comment
There was a problem hiding this comment.
The MWE that @Alex-Jordan posted shows the error in develop and this fixes it.
somiaj
left a comment
There was a problem hiding this comment.
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.