Pranavkhade/PACKMAN

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

cclauss opened this issue · 0 comments

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 )