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
{{ message }}
This repository was archived by the owner on May 21, 2022. It is now read-only.
Currently splitobs(data, at[, obsdim]) → NTuple is slow when splitting some data into many many parts.
For example, @time splitobs(rand(100000), at=ntuple(i->1/10001, 10000)) will take forever to run.
Proposal: make at accept vector, and return vector of data.