You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/OpenCLSim/openclsim/core/movable.py:72: ShapelyDeprecationWarning:
The proxy geometries (through the 'asShape()', 'asPoint()' or 'PointAdapter()' constructors) are deprecated and will be removed in Shapely 2.0. Use the 'shape()' function or the standard 'Point()' constructor instead.
/OpenCLSim/openclsim/core/movable.py:73: ShapelyDeprecationWarning:
The proxy geometries (through the 'asShape()', 'asPoint()' or 'PointAdapter()' constructors) are deprecated and will be removed in Shapely 2.0. Use the 'shape()' function or the standard 'Point()' constructor instead.
Exception ignored in: <function BaseGeometry.__del__ at 0x7f3b771d5280>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/shapely/geometry/base.py", line 209, in __del__
self._empty(val=None)
File "/usr/local/lib/python3.8/dist-packages/shapely/geometry/base.py", line 199, in _empty
self._is_empty = True
File "/usr/local/lib/python3.8/dist-packages/shapely/geometry/proxy.py", line 44, in __setattr__
object.__setattr__(self, name, value)
AttributeError: can't set attribute
Exception ignored in: <function BaseGeometry.__del__ at 0x7f3b771d5280>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/shapely/geometry/base.py", line 209, in __del__
self._empty(val=None)
File "/usr/local/lib/python3.8/dist-packages/shapely/geometry/base.py", line 199, in _empty
self._is_empty = True
File "/usr/local/lib/python3.8/dist-packages/shapely/geometry/proxy.py", line 44, in __setattr__
object.__setattr__(self, name, value)
AttributeError: can't set attribute
/OpenCLSim/openclsim/core/movable.py:57: ShapelyDeprecationWarning:
The proxy geometries (through the 'asShape()', 'asPoint()' or 'PointAdapter()' constructors) are deprecated and will be removed in Shapely 2.0. Use the 'shape()' function or the standard 'Point()' constructor instead.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: