zifn / CS289_Coltrims_ML

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

Optics and pre-processing #33

Closed zifn closed 3 years ago

zifn commented 3 years ago

goal of this PR is to fix the issue preventing optics other preprocessing methods from running issue #27 #26

codecov[bot] commented 3 years ago

Codecov Report

Merging #33 (2adbb42) into main (e0a89bd) will increase coverage by 5.59%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   93.25%   98.84%   +5.59%     
==========================================
  Files          13       13              
  Lines         741      780      +39     
==========================================
+ Hits          691      771      +80     
+ Misses         50        9      -41     
Impacted Files Coverage Δ
src/cluster.py 100.00% <100.00%> (ø)
src/fitting.py 100.00% <100.00%> (ø)
src/parsing.py 98.14% <100.00%> (+51.20%) :arrow_up:
src/preprocess.py 100.00% <100.00%> (ø)
src/tests/test_fitting.py 100.00% <100.00%> (ø)
src/tests/test_parsing.py 100.00% <100.00%> (ø)
src/utils.py 100.00% <100.00%> (+40.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 e0a89bd...2adbb42. Read the comment docs.