openego / eDisGo

Optimization of flexibility options and grid expansion for distribution grids based on PyPSA
GNU Affero General Public License v3.0
38 stars 14 forks source link

updated dev_notes to reflect changes in setup.py #400

Closed joda9 closed 3 months ago

joda9 commented 3 months ago

Description

updated dev_notes to reflect changes in setup.py

Type of change

Please delete options that are not relevant.

Checklist:

~- [ ] New and adjusted code is formatted using the pre-commit hooks~ ~- [ ] New and adjusted code includes type hinting now~ ~- [ ] I have commented my code, particularly in hard-to-understand areas~ ~- [ ] I have made corresponding changes to the documentation~ ~- [ ] I have added tests that prove my fix is effective or that my feature works~ ~- [ ] New and existing unit tests pass locally with my changes~ ~- [ ] The Read the Docs documentation is compiling correctly~ ~- [ ] If new packages are needed, I added them the setup.py, and if needed the rtd_requirements.txt, the eDisGo_env.yml and the eDisGo_env_dev.yml.~ ~- [ ] I have added new features to the corresponding whatsnew file~