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

Remove non-visualisation code #91

Closed brisvag closed 3 years ago

brisvag commented 3 years ago

As discussed elsewhere, we're streamlining this repo to visualisation-only code. This PR removes code related to alchemists and analysis.

Closes #88.

codecov[bot] commented 3 years ago

Codecov Report

Merging #91 (53dc37a) into develop (b6d67d3) will decrease coverage by 3.34%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #91      +/-   ##
===========================================
- Coverage    83.39%   80.05%   -3.35%     
===========================================
  Files          100       91       -9     
  Lines         2204     1990     -214     
===========================================
- Hits          1838     1593     -245     
- Misses         366      397      +31     
Impacted Files Coverage Δ
peepingtom/datablocks/abstractblocks/datablock.py 77.77% <ø> (-9.26%) :arrow_down:
peepingtom/datablocks/simpleblocks/pointblock.py 94.23% <ø> (+3.32%) :arrow_up:
peepingtom/peeper.py 71.81% <ø> (-5.77%) :arrow_down:
peepingtom/datablocks/abstractblocks/multiblock.py 70.58% <0.00%> (-17.65%) :arrow_down:
...eepingtom/datablocks/simpleblocks/propertyblock.py 61.90% <0.00%> (-14.29%) :arrow_down:
...ngtom/datablocks/multiblocks/orientedpointblock.py 77.77% <0.00%> (-11.12%) :arrow_down:
peepingtom/utils/generic.py 92.50% <0.00%> (-5.00%) :arrow_down:
peepingtom/utils/dispatchlist.py 51.63% <0.00%> (-4.92%) :arrow_down:
... 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 1f2bb11...53dc37a. Read the comment docs.