Closed carlocastoldi closed 10 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
f9e7f90
) 0.00% compared to head (d0ce373
) 0.00%.
Files | Patch % | Lines |
---|---|---|
brainglobe_heatmap/heatmaps.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@carlocastoldi does this work for you? Trying it out locally I get AttributeError: 'Mesh' object has no attribute 'cutWithPlane'
with every example, unless hemisphere="false"
.
I get the same as Adam 🤔
yes, this PR depends on https://github.com/brainglobe/brainrender/pull/304
Description
This small PR adds the
hemisphere
option in order to plot only theright
,left
orboth
hemispheres. This can be useful when comparing two different but symmetrical data.