brisvag / blik

Python tool for visualising and interacting with cryo-ET and subtomogram averaging data.
https://brisvag.github.io/blik/
GNU General Public License v3.0
23 stars 8 forks source link

Fixed Meshblock #98

Closed brisvag closed 3 years ago

brisvag commented 3 years ago

Meshblock now works as intended, depiction included. Waiting eagerly for https://github.com/napari/napari/pull/2792 so the meshes are actually interpretable!

codecov[bot] commented 3 years ago

Codecov Report

Merging #98 (74dea64) into develop (8eabed8) will decrease coverage by 0.10%. The diff coverage is 95.45%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #98      +/-   ##
===========================================
- Coverage    83.50%   83.40%   -0.11%     
===========================================
  Files           92       92              
  Lines         2086     2067      -19     
===========================================
- Hits          1742     1724      -18     
+ Misses         344      343       -1     
Impacted Files Coverage Δ
peepingtom/datablocks/__init__.py 100.00% <ø> (ø)
...ngtom/datablocks/multiblocks/orientedpointblock.py 77.77% <ø> (-2.23%) :arrow_down:
peepingtom/datablocks/simpleblocks/__init__.py 100.00% <ø> (ø)
peepingtom/depictors/napari/meshdepictor.py 75.00% <0.00%> (ø)
peepingtom/datablocks/multiblocks/__init__.py 100.00% <100.00%> (ø)
...om/datablocks/multiblocks/_tests/test_meshblock.py 100.00% <100.00%> (ø)
peepingtom/datablocks/multiblocks/meshblock.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0b96b56...74dea64. Read the comment docs.