brainglobe / brainrender

a python based software for visualization of neuroanatomical and morphological data.
https://brainglobe.info/documentation/brainrender/index.html
BSD 3-Clause "New" or "Revised" License
538 stars 75 forks source link

[BUG] `test_integration::test_slice` fails with latest `vedo` #330

Closed alessandrofelder closed 6 months ago

alessandrofelder commented 6 months ago

Describe the bug Running our tests locally in a clean env causes test_integration::test_slice to fail. The cause seems to be that mesh.bounds() now returns a numpy array instead of a list, so we can't use the == operator anymore.

To Reproduce Run tests.

Expected behaviour Tests pass.

Computer used (please complete the following information):