ihmwg / python-ihm

Python package for handling IHM mmCIF and BinaryCIF files
MIT License
14 stars 7 forks source link

Adapt to modifications in FLR dictionary #47

Closed CAHanke closed 4 years ago

CAHanke commented 4 years ago

Adapt to modifications in FLR dictionary (v.0.005) w.r.t. exp_setting vs. flr_inst_setting and flr_exp_condition; Add classes for lifetime-based FRET analysis

codecov-io commented 4 years ago

Codecov Report

Merging #47 into master will decrease coverage by 0.02%. The diff coverage is 99.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   99.91%   99.88%   -0.03%     
==========================================
  Files          25       25              
  Lines        6077     6293     +216     
  Branches      882      912      +30     
==========================================
+ Hits         6072     6286     +214     
- Misses          5        6       +1     
- Partials        0        1       +1
Impacted Files Coverage Δ
ihm/reader.py 100% <100%> (ø) :arrow_up:
ihm/dumper.py 100% <100%> (ø) :arrow_up:
ihm/flr.py 99.57% <97.82%> (-0.43%) :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 725e06b...08b1d75. Read the comment docs.