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

BUG: catch `_constructor_from_mgr` from geopandas #606

Closed bifbof closed 6 months ago

bifbof commented 6 months ago

Recently the GeoPandas team had some issues with the _constructor_from_mgr and in a change they added here _geodataframe_constructor_with_fallback and this breaks our code. For our code to work they should have to use self._constructor, so we do that manually in our code to repair this.

closes #605

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (18476c7) 93.39% compared to head (ce5b1c3) 93.40%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #606 +/- ## ======================================= Coverage 93.39% 93.40% ======================================= Files 33 33 Lines 2059 2061 +2 Branches 364 364 ======================================= + Hits 1923 1925 +2 Misses 126 126 Partials 10 10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.