transportenergy / database

Tools for accessing and maintaining the iTEM model & historical databases
https://transportenergy.rtfd.io
GNU General Public License v3.0
24 stars 8 forks source link

Convert T000 from notebook to module #31

Closed hlinero closed 3 years ago

hlinero commented 4 years ago

We will implement the cleaning algorithm for T00 using the new approach. This PR contains the code for removing the old method and the code for the new method.

codecov[bot] commented 3 years ago

Codecov Report

Merging #31 (b07ebcc) into master (a3bbd69) will increase coverage by 1.00%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   51.08%   52.09%   +1.00%     
==========================================
  Files          34       35       +1     
  Lines        1472     1503      +31     
==========================================
+ Hits          752      783      +31     
  Misses        720      720              
Impacted Files Coverage Δ
item/model/__init__.py 47.34% <0.00%> (ø)
item/model/cli.py 0.00% <0.00%> (ø)
item/model/common.py 26.44% <ø> (ø)
item/model/dimensions.py 75.60% <ø> (ø)
item/tests/test_historical.py 0.00% <0.00%> (ø)
item/historical/__init__.py 91.66% <100.00%> (ø)
item/historical/scripts/T000.py 100.00% <100.00%> (ø)
item/structure.py 100.00% <100.00%> (ø)
item/utils.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 a3bbd69...408ad3c. Read the comment docs.