zifn / CS289_Coltrims_ML

repo for the final project of berkeley CS289
0 stars 1 forks source link

Workflow Pull Request #20

Closed sajantanand closed 3 years ago

sajantanand commented 3 years ago

Incorporate previously written components to analyze 'D20_momenta.dat.'

codecov[bot] commented 3 years ago

Codecov Report

Merging #20 (903ee37) into main (2066d20) will decrease coverage by 6.74%. The diff coverage is 51.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##              main      #20      +/-   ##
===========================================
- Coverage   100.00%   93.25%   -6.75%     
===========================================
  Files           13       13              
  Lines          660      741      +81     
===========================================
+ Hits           660      691      +31     
- Misses           0       50      +50     
Impacted Files Coverage Δ
src/parsing.py 46.93% <10.34%> (-53.07%) :arrow_down:
src/utils.py 60.00% <23.80%> (-40.00%) :arrow_down:
src/visualization.py 91.91% <82.22%> (-8.09%) :arrow_down:
src/fitting.py 100.00% <100.00%> (ø)
src/tests/test_fitting.py 100.00% <100.00%> (ø)

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 2066d20...903ee37. Read the comment docs.

zifn commented 3 years ago

addresses #17

zifn commented 3 years ago

and addresses #25