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
This bug is specific to vectorized calls, thanks for reporting it. I already have a fix but I will need to wait a bit before pushing it to make sure it doesn't break interactions with other packages that I am currently testing.
For now, you should be able to use the map function to get around this issue.
julia>map(e -> e +1, CircularArray(rand(3,3)))
3×3CircularArray(::Matrix{Float64}):1.251591.769181.167951.548771.817861.571961.684871.820781.94709
Operations on CircularArrays give usual Arrays instead:
The text was updated successfully, but these errors were encountered: