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
Looks like the change to the tests made that particular MatrixFields test hit the recursion limit in unrolled_product, which calls Base's ntuple. I've rewritten unrolled_product without recursive calls to ntuple in the latest version of UnrolledUtilities, so upgrading the version should fix this.
Oh wait, this is the latest version of UnrolledUtilities. I guess I since unrolled_product is called recursively it still hits the limit for ntuple. I will update UnrolledUtilities to avoid calling ntuple altogether. Also, this problem does not exist in 1.11 because the recursion limit is less stringent, but we can keep support for 1.10 for now.
Last working:
First fail (very next PR, which only touches tests, unrelated to MatrixFields):
@dennisYatunin, can you please take a look at this? (looks related to UnrolledUtilities)
The text was updated successfully, but these errors were encountered: