Lukas Trippe

Results 70 comments of Lukas Trippe

There is now also `cdsapi 0.7.4`, which fixes the bug that caused `0.7.3` not to work. But just FYI, I don't think this is related to the problem here. And...

Thanks for the detailed report @Tasqu! It made it easy to track down. The problem occurs during some rechunking where the dimension lengths did not match. And version 2024.09 of...

We are currently working on a new, more stable version of the validator in the `PyPSA/` repository. At best we will find a better solution to talk to any HPC,...

Hey @leostimpfle, Those columns are hardcoded into `data.py`. Have a look in there (just search for `GEM location ID` etc) and you will find where it has been renamed. Only...

Sorry for the delay. Have you checked if the change breaks anything? I agree that `GEM unit/phase ID` should refer to `projectID` and not `GEM location ID`. I can only...

I think this is a dependency issue. @PeterKlein11 Could you update your environment and see if the problem has already been solved? And if not, in addition to what Fabian...

Thank you @PeterKlein11 ! I will have a look.

I completely agree, this can be implemented much better. I will work on moving the whole component logic into a class soon, to remove all these arbitrary nested calls and...

Do we wanna put this in `1.0` @fneum @FabianHofmann ? Now with `new-opt` close to being merged