IAMconsortium / pyam

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

`str.concat_with_pipe()` supports lists and individual args #778

Closed danielhuppmann closed 1 year ago

danielhuppmann commented 1 year ago

Description of PR

Extending a minor utility for a practical use case...

codecov[bot] commented 1 year ago

Codecov Report

Merging #778 (3431832) into main (68b6c47) will increase coverage by 0.0%. The diff coverage is 100.0%.

@@          Coverage Diff          @@
##            main    #778   +/-   ##
=====================================
  Coverage   94.7%   94.7%           
=====================================
  Files         62      62           
  Lines       5997    6018   +21     
=====================================
+ Hits        5683    5704   +21     
  Misses       314     314           
Files Changed Coverage Δ
pyam/str.py 100.0% <100.0%> (ø)
pyam/utils.py 91.6% <100.0%> (ø)
tests/test_string.py 100.0% <100.0%> (ø)