cytomining / cytominer-eval

[Deprecated] Common Evaluation Metrics for DataFrames
BSD 3-Clause "New" or "Revised" License
7 stars 11 forks source link

Autodoc update #59

Closed gwaybio closed 3 years ago

gwaybio commented 3 years ago

I'm adding an automatic retrieval of doc information from cytominer_eval.__about__.py. I also reduce clutter in the documentation and add the enrichment operation.

I will merge this once I merge #58

codecov-commenter commented 3 years ago

Codecov Report

Merging #59 (b921262) into master (b3f8000) will increase coverage by 0.42%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   98.53%   98.95%   +0.42%     
==========================================
  Files          30       30              
  Lines         954      956       +2     
==========================================
+ Hits          940      946       +6     
+ Misses         14       10       -4     
Flag Coverage Δ
unittests 98.95% <100.00%> (+0.42%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cytominer_eval/__init__.py 100.00% <100.00%> (ø)
cytominer_eval/__about__.py 100.00% <0.00%> (+100.00%) :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 b3f8000...b921262. Read the comment docs.