Fridolin Glatter

Results 158 comments of Fridolin Glatter

Taking care of this with this PR: https://github.com/iiasa/ixmp4/pull/61

Should be resolved by [ixmp4 v0.7.3](https://pypi.org/project/ixmp4/).

@danielhuppmann Feel free to close this whenever you consider this migration done. Maybe opening this issue was never needed in the first place since #827 already migrated the `read_worldbank()` function.

As it is, I'm not sure there is an officially supported way of retrieving the unit from the WorldBank data. For example: ```python >>> indicator = "NY.GDP.PCAP.PP.KD" >>> new =...

ixmp4 w/ 3.12 support is out now: https://pypi.org/project/ixmp4/ :) So please check if pyam now supports 3.12 and if it does, please do another release without the version pin :)

Great, thanks! We can include this possible fix for the issue in a `Known issue` with the same PR :)

So if I understand correctly, you want to use the code snippet you posted here to read in a data file that used to work with a version of message_ix...

Would love to see pytest-lazy-fixture become a part of core pytest since the existing outside solutions are [not compatible with pytest 8.x](https://github.com/TvoroG/pytest-lazy-fixture/issues/65) (and not maintained) or [missing functionality](https://github.com/dev-petrov/pytest-lazy-fixtures/issues/5), it seems.

This issue seems to be related as well to #53, #54, and #113. The two latter also proposed fixing changes, though that was years ago, so I don't know if...