rlworkgroup / dowel

A little logger for machine learning research
MIT License
32 stars 37 forks source link

Simplify tabular API #43

Open pelillian opened 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #43 into master will decrease coverage by 1.18%. The diff coverage is 97.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   94.13%   92.94%   -1.19%     
==========================================
  Files           7        7              
  Lines         358      326      -32     
  Branches       58       53       -5     
==========================================
- Hits          337      303      -34     
  Misses         12       12              
- Partials        9       11       +2
Impacted Files Coverage Δ
src/dowel/simple_outputs.py 96.92% <100%> (+2.37%) :arrow_up:
src/dowel/tensor_board_output.py 94.5% <100%> (-1.06%) :arrow_down:
src/dowel/logger.py 94.18% <100%> (+0.51%) :arrow_up:
src/dowel/csv_output.py 95.23% <91.66%> (-2.14%) :arrow_down:
src/dowel/tabular.py 94.11% <94.11%> (ø)

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 a8b5134...be6887c. Read the comment docs.