JuliaDynamics / DynamicalSystems.jl

Award winning software library for nonlinear dynamics and nonlinear timeseries analysis

Home Page:https://juliadynamics.github.io/DynamicalSystemsDocs.jl/dynamicalsystems/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Dataset be always passable to KDTree

Datseris opened this issue · comments

If a Dataset has data that is not SVectors, it is not passable to KDTree.

This has to be fixed of course. Either you make the dataset be only with SVectors, or you make it SVectors
before passing.

Of course, making the data a matrix works as well.

Fixed in #43