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
As you can see, matrix2 works fine, while matrix1 never gets assigned the value 1. This seems to be a bug to me as I don't see a reason why Enoki should not generalize to 1x1 matrices.
I tried debugging the issue myself, but wasn't able to find the cause. Please let me know if there is any way I can help to get this fixed.
The text was updated successfully, but these errors were encountered:
Code necessary for reproducing the bug:
This produces the following output:
As you can see, matrix2 works fine, while matrix1 never gets assigned the value 1. This seems to be a bug to me as I don't see a reason why Enoki should not generalize to 1x1 matrices.
I tried debugging the issue myself, but wasn't able to find the cause. Please let me know if there is any way I can help to get this fixed.
The text was updated successfully, but these errors were encountered: