pbreheny / biglasso

biglasso: Extending Lasso Model Fitting to Big Data in R
http://pbreheny.github.io/biglasso/
113 stars 29 forks source link

Bug fix in biglasso_omp.h #52

Closed tabpeter closed 8 months ago

tabpeter commented 8 months ago

Tried to download the newest GitHub version (with biglasso_fit()) on my Mac and realized that there's a bug in biglasso_omp.h. At one point, I had tried to get OpenMP running on MacOS --- didn't work for me, and my attempt inadvertently created a bug. The changes in my most recent commits resolve this issue.