Fabian Hofmann

Results 202 comments of Fabian Hofmann
trafficstars

@fneum @p-glaum this is ready to be merged. To keep in mind for the next conda release: add linopy as a dependency there. The implementation is highly tested, Unit commitment,...

Thanks @pz-max, saw that as well, fixing it now.

Thanks @fneum for your feedback! Here the point I'll address: - [x] rename abstract optimization functions to active name - [x] small adjustment of the optimization section in the documentation...

@fneum tried to retrigger the codecov bot, but don't know how... It's ready to be merged now :)

Great, tomorrow I'll have a look at #333, after that let's do the release

Hey @toby-coleman, probably next week :)

As soon as @fneum gives his approval we can merge this. @pz-max could you raise an issue about the remaining points that we don't forget about it?

What I also use for linopy: **Isort** sorts imports of packages ``` - repo: https://github.com/PyCQA/isort rev: 5.9.3 hooks: - id: isort args: ["--profile", "black", "--filter-files"] ``` **codespell** checks for spelling...

Reuse compliance requires a comment with the license at the beginning of each new file (can just be copied from the other .py/.yaml files) Could you also merge the up-to-date...