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
One of the test cases for IntervalRootFinding.jl recently broke and we traced the issue to this recent commit in StaticArrays.jl. Currently, it is unclear how exactly the error emerges but previous to that commit our test case works fine. Unfortunately, that means we cannot suggest a possible fix or provide a minimal example right now.
As far as I can tell, the code in question is called from here. Our test case uses 4-element SVectors and static 4x4 matrices which explains why the commit only affects that specific test case.