Open moorepants opened 10 years ago
Once I have some time, I should try to reproduce with a simple example and submit an Octave bug report.
I keep getting this error seemingly randomly and switch liblapack alternatives and it then eventually works.
When running
inertial_compensation.m
on the compensation data needed for run T006 the backslash operator fails to solve the linear least squares here:https://github.com/csu-hmc/Gait-Analysis-Toolkit/blob/master/Octave-Matlab-Codes/Inertial-Compensation/inertial_compensation.m#L83
This failure gives this error:
This error only occurs if the ATLAS LAPACK version is enabled and does not occur when the normal LAPACK is enabled. It would be nice to output the matrices at line 88 and then just try the backslash with ATLAS LAPACK and normal LAPACK.