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
In one of my codes, Loess.jl has become a computational bottleneck, most likely due to the type-instability described here and addressed in #53. @andreasnoack: could you perhaps give that PR a look and see if it can be merged?
Using the example in the readme
This is the output from
@code_warntype
for thepredict
line. The type of many variables cannot be inferred by the compiler.The text was updated successfully, but these errors were encountered: