HYPERNETS / hypernets_processor

Processor for Hypernets field data to generate the user products
9 stars 3 forks source link

Metareader #30

Closed clemgoyens closed 4 years ago

clemgoyens commented 4 years ago

Hi,

I finalised the metadata.py and the Hypernets_data_format documentation. A new version is available: docs/file_formats/Hypernets-Product_Data_Format_Specification-v0.5.docx

codecov[bot] commented 4 years ago

Codecov Report

Merging #30 into master will increase coverage by 0.02%. The diff coverage is 97.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   96.74%   96.76%   +0.02%     
==========================================
  Files          23       23              
  Lines        1351     1484     +133     
==========================================
+ Hits         1307     1436     +129     
- Misses         44       48       +4     
Impacted Files Coverage Δ
hypernets_processor/data_io/hypernets_reader.py 93.68% <95.23%> (+7.01%) :arrow_up:
hypernets_processor/data_io/hypernets_writer.py 87.00% <100.00%> (ø)
hypernets_processor/data_io/metadata.py 100.00% <100.00%> (ø)
hypernets_processor/data_io/template_util.py 100.00% <100.00%> (ø)
...s_processor/data_io/tests/test_hypernets_reader.py 96.66% <100.00%> (+3.80%) :arrow_up:
...s_processor/data_io/tests/test_hypernets_writer.py 99.16% <100.00%> (-0.02%) :arrow_down:
...nets_processor/data_io/tests/test_template_util.py 98.71% <100.00%> (+0.23%) :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 d47832c...7eeb2d2. Read the comment docs.

shunt16 commented 4 years ago

Had to just make a couple changes, looks good 🙂