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

Separated concepts of parent and view #92

Closed brisvag closed 3 years ago

brisvag commented 3 years ago

This allows for tracking of a datablock's parent through slicing. It's also clearer what's what.

codecov[bot] commented 3 years ago

Codecov Report

Merging #92 (b4da084) into develop (53dc37a) will increase coverage by 0.12%. The diff coverage is 94.11%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #92      +/-   ##
===========================================
+ Coverage    80.05%   80.18%   +0.12%     
===========================================
  Files           91       91              
  Lines         1990     1998       +8     
===========================================
+ Hits          1593     1602       +9     
+ Misses         397      396       -1     
Impacted Files Coverage Δ
peepingtom/datablocks/abstractblocks/datablock.py 80.37% <86.66%> (+2.59%) :arrow_up:
peepingtom/_tests/test_peeper.py 100.00% <100.00%> (ø)
...ingtom/datablocks/abstractblocks/metamultiblock.py 100.00% <100.00%> (ø)
peepingtom/datablocks/abstractblocks/multiblock.py 70.58% <100.00%> (ø)
peepingtom/io_/reading/star.py 90.16% <100.00%> (ø)
peepingtom/peeper.py 71.81% <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 615028f...b4da084. Read the comment docs.