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

fix vector generation #136

Closed brisvag closed 1 year ago

brisvag commented 1 year ago

Vector generation using Rotation.apply was creating some weird bugs. Unfortunately I could not figure out exactly what was wrong, but I was able to revert to a more pure math approach and it works like a charm.

codecov[bot] commented 1 year ago

Codecov Report

Merging #136 (fbb746c) into main (8311832) will increase coverage by 0.38%. The diff coverage is 75.60%.

@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
+ Coverage   72.08%   72.47%   +0.38%     
==========================================
  Files          10       10              
  Lines         283      287       +4     
==========================================
+ Hits          204      208       +4     
  Misses         79       79              
Impacted Files Coverage Δ
blik/widgets/main_widget.py 52.47% <52.63%> (ø)
blik/reader.py 87.23% <91.66%> (+0.27%) :arrow_up:
blik/utils.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more