lalvim / PartialLeastSquaresRegressor.jl

Implementation of a Partial Least Squares Regressor
MIT License
40 stars 8 forks source link

Updated warn and error to @warn, @error #11

Closed zgornel closed 4 years ago

zgornel commented 4 years ago

In Julia 1.4.x warn and error and not present. error is present in v1.6. It would be safer for the purpose here to just use the macros. Regards,