Pranavkhade / PACKMAN

PACKMAN: PACKing and Motion ANalysis
Other
33 stars 7 forks source link

DeprecationWarning: Delaunay attribute 'vertices' is deprecated in favor of 'simplices' #41

Closed cclauss closed 1 year ago

cclauss commented 1 year ago
packman/tests/geometry/test_geometry.py::TestGeometry::test_AlphaShape
  /home/runner/work/PACKMAN/PACKMAN/packman/tests/geometry/test_geometry.py:22:
    DeprecationWarning: Delaunay attribute 'vertices' is deprecated in favor of 'simplices' and will be removed in Scipy 1.11.0.
      self.assertIsInstance( geometry.AlphaShape( [j for i in self.mol[0].get_backbone() for j in i], 4 )[0][0], molecule.Atom )