Matthew Gidden

Results 78 comments of Matthew Gidden

Hey @glatterf42 - good questions. Yes, in reviewing this PR and related work with @ywpratama yesterday, we realized that his `add_dac()` functionality was more generic and could be applied at...

@glatterf42 and @ywpratama - this PR now has the content added to it that is expected. It would be useful if the two of you could sit down and discuss...

Hi all, to simplify here, I would simply limit this functionality to pyam > 2 - we can do a version check for this on the fly and raise an...

Note that there are 3 relevant failing tests (in `test_feature_price_emission.py`) but also 2 failing tests not related to this PR (in `tests/test_report.py` and `tests/test_tutorials.py`)

Hey @behnam-zakeri - thanks so much for looking into this so quickly. I have a comment and two questions: 1. In principle there's no reason not to test with the...

@ywpratama will have to chime in with specifics, but from my memory the current implementation of dynamic recursive solves are not expected to work on the `main` branch, and indeed...

Hey @ClaraLuisa, my understanding is that the renewables implementation is being revised at present (I am not sure why the constraint was removed). Perhaps @adrivinca or @volker-krey can chime in?

Hi all, luckily enough, I ran into this use case a few years ago (oh jesus, just saw it was 4 years ago in the commit log..) and wrote a...

To note, I developed this module during the course of working on downscaling and inequality, so there's also some handy tools/conversions there as well (e.g., between Ginis and Theils).

Hi all, fresh new rtd, pypi tag, fully tested on all 3 oses with py 3.7/3.8. To note, currency conversion and wb rest api querying is about 2/3 of total...