pyroll-project / pyroll-report

PyRoll rolling simulation framework - HTML report generation.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

fix shapely 2.0 class patching #1

Closed axtimhaus closed 1 year ago

axtimhaus commented 1 year ago

As the class patching does not work with shapely 2.0, the Polygons and LineStrings are no ReprMixin anymore.

See pyroll-project/pyroll-core#31.