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

protect properties from changes #94

Closed brisvag closed 3 years ago

brisvag commented 3 years ago

Closes #66, while adding ability to set properties without having to access the data of a propertyblock.

codecov[bot] commented 3 years ago

Codecov Report

Merging #94 (f791e6e) into develop (df70707) will decrease coverage by 0.25%. The diff coverage is 36.36%.

:exclamation: Current head f791e6e differs from pull request most recent head a3478b0. Consider uploading reports for the commit a3478b0 to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #94      +/-   ##
===========================================
- Coverage    83.53%   83.27%   -0.26%     
===========================================
  Files           92       92              
  Lines         2028     2039      +11     
===========================================
+ Hits          1694     1698       +4     
- Misses         334      341       +7     
Impacted Files Coverage Δ
peepingtom/io_/reading/star.py 90.16% <ø> (ø)
peepingtom/io_/reading/tbl.py 87.80% <ø> (ø)
...eepingtom/datablocks/simpleblocks/propertyblock.py 53.12% <36.36%> (-8.78%) :arrow_down:

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 ecaa8d7...a3478b0. Read the comment docs.