Updates:
- Realizing 10 time steps model.
- Removing subscript from LPvariable names as the showcase 1 Genset-1 Bat.
- Replacing
FC
notation byFOC
for fuel oil consumption. - Using Plotly for visualization.
- Adding
Obj_test
test unit. - Fixing
list_Extraction_test
module. - Updating Mkdocs documentation pages.
- Using
pymdownx.snippets
extension to link repository docs to mkdocs pages. - Updating
Makefile
Targets and structure. - Adding a Models dir within the root in which a working ready to use
heo.py
module. - Adopting
setup.cfg
instead oftox.ini
file forflake8
configuration. - Updating
flake8
rules.