IAMconsortium / pyam

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

Fix iterable regression in concat introduced by #598 #633

Closed coroa closed 2 years ago

coroa commented 2 years ago

Second take of #512 .

Please confirm that this PR has done the following:

codecov[bot] commented 2 years ago

Codecov Report

Merging #633 (6ef70a3) into main (a223129) will increase coverage by 0.0%. The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #633   +/-   ##
=====================================
  Coverage   94.6%   94.6%           
=====================================
  Files         57      57           
  Lines       5646    5651    +5     
=====================================
+ Hits        5342    5347    +5     
  Misses       304     304           
Impacted Files Coverage Δ
pyam/core.py 94.9% <100.0%> (+<0.1%) :arrow_up:
tests/test_feature_append_concat.py 100.0% <100.0%> (ø)

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 a223129...6ef70a3. Read the comment docs.