IAMconsortium / pyam

Analysis & visualization of energy & climate scenarios
https://pyam-iamc.readthedocs.io/
Apache License 2.0
221 stars 115 forks source link

Refactor to use validation module #771

Closed danielhuppmann closed 10 months ago

danielhuppmann commented 10 months ago

Please confirm that this PR has done the following:

Description of PR

This PR does three things:

codecov[bot] commented 10 months ago

Codecov Report

Merging #771 (2dd765d) into main (f8d0ca0) will increase coverage by 0.0%. The diff coverage is 97.5%.

@@          Coverage Diff          @@
##            main    #771   +/-   ##
=====================================
  Coverage   94.4%   94.4%           
=====================================
  Files         61      62    +1     
  Lines       6121    6130    +9     
=====================================
+ Hits        5780    5789    +9     
  Misses       341     341           
Files Changed Coverage Δ
tests/test_core.py 100.0% <ø> (ø)
pyam/core.py 95.2% <91.6%> (-0.1%) :arrow_down:
pyam/utils.py 90.7% <100.0%> (+0.2%) :arrow_up:
pyam/validation.py 100.0% <100.0%> (ø)
tests/test_feature_validation.py 100.0% <100.0%> (ø)