Allow indexing datasets with vector{Bool}
Datseris opened this issue · 1 comments
Datseris commented
At the moment something as simple and as convenient as
using DynamicalSystems
lor = Systems.lorenz()
tr = trajectory(lor, 100.0, dt = 0.01, Ttr = 50.0)
x, y, z = columns(tr)
behind = tr[y .< 0, :]
does not work, but is quite simple to implement
yuxi-liu-wired commented
Isn't this closed by JuliaDynamics/DelayEmbeddings.jl@20c94f6