ihmwg / python-ihm

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

Extend _all_flr_chemical_descriptors for lifetime-based analyses in flr.py #49

Closed CAHanke closed 4 years ago

CAHanke commented 4 years ago

Extend _all_flr_chemical_descriptors for lifetime-based analyses in flr.py

benmwebb commented 4 years ago

Note that your unit tests are currently failing. Once those are fixed, I can merge this.

codecov-io commented 4 years ago

Codecov Report

Merging #49 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   99.92%   99.92%   +<.01%     
==========================================
  Files          25       25              
  Lines        6302     6315      +13     
  Branches      916      920       +4     
==========================================
+ Hits         6297     6310      +13     
  Misses          5        5
Impacted Files Coverage Δ
ihm/metadata.py 100% <ø> (ø) :arrow_up:
ihm/dumper.py 100% <ø> (ø) :arrow_up:
ihm/startmodel.py 100% <ø> (ø) :arrow_up:
ihm/__init__.py 100% <ø> (ø) :arrow_up:
ihm/flr.py 100% <100%> (ø) :arrow_up:

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 98ef05d...5780d34. Read the comment docs.