IAMconsortium / pyam

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

Fix two failing tests #675

Closed danielhuppmann closed 2 years ago

danielhuppmann commented 2 years ago

Description of PR

This PR fixes two failing tests:

The IIASA "integration-test" database instance was now set to public, the configurations were defined incorrectly as part of the migration to a new services-manager (see here for more info).

codecov[bot] commented 2 years ago

Codecov Report

Merging #675 (a7b17f0) into main (516da60) will increase coverage by 0.0%. The diff coverage is 91.6%.

@@          Coverage Diff          @@
##            main    #675   +/-   ##
=====================================
  Coverage   94.6%   94.7%           
=====================================
  Files         59      59           
  Lines       5776    5768    -8     
=====================================
- Hits        5465    5463    -2     
+ Misses       311     305    -6     
Impacted Files Coverage Δ
tests/test_unfccc.py 100.0% <ø> (ø)
pyam/iiasa.py 85.8% <75.0%> (-0.1%) :arrow_down:
tests/test_iiasa.py 96.8% <100.0%> (+4.2%) :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 516da60...a7b17f0. Read the comment docs.