Ekaterina
Ekaterina
> @ekatef It works now!!!! :D Fantastic news!!! :)))) Still struggling with local testing (probably, an environment update is needed...), but trust to you and CI :D
> @ekatef It works now!!!! :D @davide-f I confirm that it works!! 🎉 🎉 🎉 The trick has been to update the environment 😄 Thanks a lot for the final...
As a nice side-effect: PyPSA-Earth now works with HiGHS 🥳
The major points left: - [x] do not revise implementation of `add_operational_reserve_margin` (in PyPSA-Earth decomposed on two functions which look a way more clear as compared with PyPSA-Eur); - [x]...
Update: testing successful in the base-case configuration, but there is a problem when fetching isolated networks (something with `p` key which is expected but not found in the provided data...
A couple of notes on `linopy` grammar: 1. `pypsa.Network()` doesn't initialise `model` property -> an explicit call `n.optimize.create_model()` is needed 2. Multiplication is not commutative in the current `linopy` implementation:...
## Local testing on reproducibility of objective value ### main version > INFO:__main__:Objective function: 5813422825.0 > INFO:__main__:Objective constant: 2319283737.695124 ### linopy version > INFO:__main__:Objective function: 5473150322.268269 > INFO:__main__:Objective constant: 2319359288.9025226...
@finozzifa would be very grateful if you would have time to check this PR. Pre-commit is currently unhappy due to excessively long lines in the configuration file. But that won't...
As discussed with @davide-f, the backward compatibility issues can be tackled by maintenance measures and adding versioning of the configuration files. A possible implementation for versioning #1058. This PR is...
> Added some first comments :) Great work. Indeed this PR is quite large too already, let's find the best way to finalize it :) Let's remember to add a...