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

[WIP] Particle mesh depictor #112

Closed brisvag closed 2 years ago

brisvag commented 3 years ago

Unfortunately one can not change the target branch of a PR when it was closed due to a deleted target branch. So, this is a pickup for #99.

codecov[bot] commented 3 years ago

Codecov Report

Merging #112 (ce64143) into master (83e593a) will increase coverage by 0.26%. The diff coverage is 84.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
+ Coverage   84.30%   84.56%   +0.26%     
==========================================
  Files          93       93              
  Lines        2096     2151      +55     
==========================================
+ Hits         1767     1819      +52     
- Misses        329      332       +3     
Impacted Files Coverage Δ
peepingtom/depictors/__init__.py 100.00% <ø> (ø)
...ingtom/datablocks/simpleblocks/orientationblock.py 70.37% <50.00%> (-3.55%) :arrow_down:
peepingtom/depictors/napari/naparidepictor.py 96.66% <66.66%> (+13.33%) :arrow_up:
peepingtom/datablocks/abstractblocks/datablock.py 81.98% <75.00%> (-0.59%) :arrow_down:
peepingtom/io_/reading/main.py 87.50% <75.00%> (ø)
peepingtom/depictors/napari/particledepictor.py 90.74% <83.87%> (-0.44%) :arrow_down:
peepingtom/__main__.py 81.81% <100.00%> (ø)
...datablocks/abstractblocks/_tests/test_datablock.py 100.00% <100.00%> (ø)
peepingtom/datablocks/multiblocks/particleblock.py 66.66% <100.00%> (ø)
peepingtom/depictors/napari/__init__.py 100.00% <100.00%> (ø)
... and 1 more

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 3cf0112...ce64143. Read the comment docs.