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
@chriselrod If I recall correctly, you originally had much larger matrix sizes in the test suite, and then you made them smaller since the tests are so slow when run with code coverage enabled.
Now we have a file (test/matmul.jl) that is only run if code coverage is disabled. So in that file, we can probably start testing with larger matrices again.