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

update to latest vedo release #331

Closed alessandrofelder closed 6 months ago

alessandrofelder commented 6 months ago

Description

What is this PR

Why is this PR needed? Tests don't pass with latest vedo.

What does this PR do? Bumps minimum vedo version and fixes a test accordingly.

References

Closes #330

How has this PR been tested?

Tests fail with latest vedo locally at f23f4eb: FAILED tests/test_integration.py::test_slice - ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

Tests pass with latest vedo after fixing test: see checks below Extra visual inspection locally was also performed.

Is this a breaking change?

No

Does this PR require an update to the documentation?

No

Checklist: