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
I tried running SINGE_Example on Windows 10 with MATLAB R2018a. It appears to run now. I'm still using the same version of glmnet_matlab I have from 2015 and did not recompile anything.
We should explore whether SINGE runs stably in Windows on newer versions of MATLAB.
Further testing shows that SINGE can run successfully in MATLAB R2018a on the example data (data1). The outputs match the reference outputs as well.
The aggregation step requires using Windows file separators \ in the path because of this line
Running
SCINGE_Example
on Windows 10 with MATLAB R2014b generated a system error:MATLAB has encountered an internal problem and needs to close.
The error details include the message
Access violation detected
. The first lines of the stack trace (with paths edited) are:Possibly related to these issues:
Re-compiling the Glmnet code may be the next step.
The text was updated successfully, but these errors were encountered: