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

fix some vedo function calls still using lowerCamelCase instead of snake_case #304

Closed carlocastoldi closed 9 months ago

carlocastoldi commented 9 months ago

6a7ca30 should have probably updated centerOfMass to center_of_mass in the whitelisted attributes of Actor.__getattr__()

codecov[bot] commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (3dfb742) 86.23% compared to head (8f0bec7) 86.39%. Report is 3 commits behind head on main.

Files Patch % Lines
brainrender/scene.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #304 +/- ## ========================================== + Coverage 86.23% 86.39% +0.16% ========================================== Files 26 26 Lines 1213 1213 ========================================== + Hits 1046 1048 +2 + Misses 167 165 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.