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

TST: ignore `pygrio` default int32 type #626

Closed bifbof closed 2 months ago

bifbof commented 2 months ago

Fixes the test failures. Geopandas reached 1.0.0 🎉 (hopefully things stabilize now...) With that Geopandas defaults to pyogrio instead of fiona. Apparently pygrio reads integers as i32 if they are small enough and that differentiates to the pd.read_csv which always reads them as i64. As this behavior is understandable, I choosed to ignore the errors.

hongyeehh commented 2 months ago

thanks for the fix, merging now