Closed l-ramirez-lopez closed 1 year ago
This error is procured when the number of response variables is larger than 1.
The origin is in the opls_for_projection()
function. A set of coefficients is produced for each Y. However, only the ones for the first Y are retained and later in the code when the full set of coefficients for all the Ys is required the function crashes.
The internal C++ function opls_for_projection()
is now fixed