Matthew Gidden
Matthew Gidden
Release notes updated and issues made @danielhuppmann
Closing this for now for lack of work, @coroa can pick it up again if he'd like to
Thanks @glatterf42. My suggestion is to follow @khaeru's example [here](https://github.com/iiasa/message_data/actions/runs/8746996958/workflow) and combine this with @OFR-IIASA's ENGAGE process script [here](https://github.com/iiasa/message_data/blob/ssp_dev/message_data/projects/engage/__init__.py). I would suggest to run 1. a baseline scenario 2. a...
closed via https://github.com/iiasa/message_ix/pull/657
Hi all - thanks for bearing with us on this. We believe that the issue is that the current version of `message_ix` available via pip and conda depend on a...
Hi @OFR-IIASA - based on the output here it looks like `ixmp` is installed, but perhaps not returning an expected output from `__file__`. The best way to test that everything...
I would argue ``` ixmp.Scenario(..., read_only=True) ``` is different than ``` try: ixmp.Scenario() except error: ixmp.unlock_scenario() ixmp.Scenario() ``` but am happy for the issue to be closed as you see...
cc @danielhuppmann @khaeru FYI
Normally I run things in parallel with parallel processes on the OS (so have a script that launches everything then run that in parallel). I suspect it would also be...