-
Notifications
You must be signed in to change notification settings - Fork 8
Description
In exceptional cases, the PyRolL Core 3.1.0 solver generates a runtime warning from shapely:
"\venv03_py313\Lib\site-packages\shapely\constructive.py:418: RuntimeWarning:"
invalid value encountered in clip_by_rect
Although the calculation runs correctly, a "NotImplementedError" occurs in the affected self-plots of the RollPass and the plot output results in an empty plot or only the incoming profile is displayed.
System settings: PyRoll version: 3.1.0 | Python version: 3.13.9
The latest version of the core, which still generated straight edges in the free spreadness (V3.0.3), works perfectly in a direct comparison.
The error is therefore related to the bulging of the edges.
System settings: PyRoll version: 3.0.3 | Python version: 3.13.9
Please take a look at this; I can provide you with the notebook for this.