Jonas Hörsch
Jonas Hörsch
> Ref #1547 Very true, exactly the same concept, should have reviewed again. Only thing that is new here is null-value pruning and application to scenario_config. What is the state...
> implementation, which we could then extend. The issue with the minimal implementation is that we cannot replace all the doc tables at once. > > I'm not sure if...
There is multiple layers to that, that will need some work: 1. There are logs from snakemake that's what #1846 and #1844 relates to and already improves tremendously. 2. There...
> We can simply invalidate the cache based on changes in the data dir. Maybe we include the hash of `versions.csv` in the cache key? With the data layer you...
ie. we could move everything that is checked into the repo to: `data/git` for instance and then change the cache to: ``` - uses: actions/cache@v4 with: path: | data !data/versions.csv...
At first glance, i am very surprised how well the naive electricity demand downscaling by gdp/pop did in comparison to this detailed dataset.
I am unsure, whether we are keeping in the confines of the relaxation proceedure that the underlying paper proposes, though. Definitely needs to be checked or the additional cut proposed...
I had a first look and can reproduce a failing test intermittently. Observations: 1. I am not able to reproduce the error outside of the test environment, ie. running the...
Unfortunately the new components structure is unpickle-able either, @lkstrp . Probably needs `__getstate__`, `__setstate__` definitions in one or two places to fix.
I did not use the `--new-components-api` flag, so it is just the `pypsa.options.debug.runtime_verification` one. Will test later.