rlworkgroup / dowel

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

Fix Inconsistent TabularInput keys #54

Closed krzentner closed 3 years ago

krzentner commented 3 years ago

This fixes #47.

This implementation is derived from Iris's application version, with a few minor fixes and an extension to the test.

codecov[bot] commented 3 years ago

Codecov Report

Merging #54 (5abd038) into master (ecfaa28) will decrease coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   94.27%   94.21%   -0.07%     
==========================================
  Files           7        7              
  Lines         367      363       -4     
  Branches       58       57       -1     
==========================================
- Hits          346      342       -4     
  Misses         12       12              
  Partials        9        9              
Impacted Files Coverage Δ
src/dowel/csv_output.py 97.14% <100.00%> (-0.30%) :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 ecfaa28...5abd038. Read the comment docs.