brainglobe-atlasapi icon indicating copy to clipboard operation
brainglobe-atlasapi copied to clipboard

[BUG] smoothLaplacian() doesn't exist anymore in vedo

Open IgorTatarnikov opened this issue 7 months ago • 0 comments

Describe the bug https://github.com/brainglobe/bg-atlasgen/blob/8e71c2288a61efc063fdd19ddb407215f7c6b95e/bg_atlasgen/mesh_utils.py#L158C17-L158C17

mesh_utils.py::extract_mesh_from_mask uses a smoothLaplacian method which no longer exists.

To Reproduce Run the mesh_utils.py::create_region_mesh function with smooth=True

Additional context There are other calls to vedo functions which are oudated, or deprecated which can be fixed simultaneously.

IgorTatarnikov avatar Nov 14 '23 13:11 IgorTatarnikov