mie-lab / trackintel

trackintel is a framework for spatio-temporal analysis of movement trajectory and mobility data.
MIT License
198 stars 50 forks source link

Fix `ravel` deprecation warning for `Series` #622

Closed bifbof closed 4 months ago

bifbof commented 4 months ago

Fix deprecation warning by making cast to numpy array explicit. Here pandas complained that ravel() is deprecated for Series. And the only thing it does it inexplicity converting a Series to an array.