Closed HuwCampbell closed 4 years ago
Fixes #324.
I changed the variable name
q
tomn
to match the documentation in the source; changed the broken line to not assume a recent lapack version and turned it back on; and made the more pessimistic call not assumingmx >> mn
(how is that computable anyway?).This fixes the test suite for me on OSX with larger sized matrices (tested 100, which would reliably segfault for me). It would be good if someone could do some tests on Linux with increased sizes as well.
The tests pass on CI which is ubuntu.
Fixes #324.
I changed the variable name
q
tomn
to match the documentation in the source; changed the broken line to not assume a recent lapack version and turned it back on; and made the more pessimistic call not assumingmx >> mn
(how is that computable anyway?).This fixes the test suite for me on OSX with larger sized matrices (tested 100, which would reliably segfault for me). It would be good if someone could do some tests on Linux with increased sizes as well.