zifn / CS289_Coltrims_ML

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

Parsing #8

Closed zifn closed 3 years ago

zifn commented 3 years ago

The goal of this PR is to resolve issue #5 by creating a parsing module that includes functions for reading and writing momentum data files.

codecov[bot] commented 3 years ago

Codecov Report

Merging #8 into main will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main        #8   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         3    +2     
  Lines            2        44   +42     
=========================================
+ Hits             2        44   +42     
Impacted Files Coverage Δ
src/parsing.py 100.00% <100.00%> (ø)
src/tests/test_parsing.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 3344adf...87c4485. Read the comment docs.