Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add thermal building model #985

Draft
wants to merge 13 commits into
base: dev
Choose a base branch
from

Addition of building generation without template

fc0b11f
Select commit
Loading
Failed to load commit list.
Draft

Feature/add thermal building model #985

Addition of building generation without template
fc0b11f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 30, 2023 in 6s

11 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 8 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 5 in examples/thermal_building_model/thermal_building_model.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'pd' is not used.

Check notice on line 42 in tests/test_scripts/test_solph/test_generic_building/test_generic_building.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'economics' is not used.

Check warning on line 163 in tests/test_scripts/test_solph/test_generic_building/test_generic_building.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'results' is unnecessary as it is
redefined
before this value is used.

Check warning on line 48 in examples/thermal_building_model/thermal_building_model.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check notice on line 45 in examples/thermal_building_model/thermal_building_model.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable building_status is not used.

Check warning on line 48 in examples/thermal_building_model/thermal_building_model_investment.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check notice on line 5 in examples/thermal_building_model/thermal_building_model_investment.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'pd' is not used.

Check notice on line 98 in examples/thermal_building_model/tabula_reader.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable int_part is not used.

Check notice on line 45 in examples/thermal_building_model/thermal_building_model_investment.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable building_status is not used.

Check notice on line 111 in examples/thermal_building_model/thermal_building_model_investment.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable epc_heat_pump is not used.

Check notice on line 208 in examples/thermal_building_model/thermal_building_model_investment.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable electricity_bus is not used.