SunSpecOrangeButton / pyoblib

Orange Button Python Library
Apache License 2.0
14 stars 19 forks source link

Taxonomy Classes Refactor #160

Closed joelebwf closed 5 years ago

joelebwf commented 5 years ago

Merged taxonomy python files and created a new TaxonomyLoader class (which resides in taxonomy_loader.py).

codecov-io commented 5 years ago

Codecov Report

Merging #160 into master will decrease coverage by 0.15%. The diff coverage is 95.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #160      +/-   ##
==========================================
- Coverage   90.14%   89.99%   -0.16%     
==========================================
  Files          25       18       -7     
  Lines        2476     2448      -28     
==========================================
- Hits         2232     2203      -29     
- Misses        244      245       +1
Impacted Files Coverage Δ
oblib/__init__.py 100% <ø> (ø) :arrow_up:
oblib/tests/test_taxonomy.py 100% <100%> (ø) :arrow_up:
oblib/tests/test_data_model.py 99.26% <100%> (ø) :arrow_up:
oblib/taxonomy.py 90.71% <89.65%> (-4.09%) :arrow_down:
oblib/taxonomy_loader.py 95.96% <95.96%> (ø)

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 68cb7b5...7458426. Read the comment docs.