Skip to content

Feature/add thermal building model #1198

Feature/add thermal building model

Feature/add thermal building model #1198

Triggered via pull request October 12, 2023 09:15
Status Failure
Total duration 2m 13s
Artifacts

tox_checks.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
/home/runner/work/oemof-solph/oemof-solph/src/oemof/solph/components/experimental/__init__.py#L9
from ._generic_caes import GenericCAES from ._piecewise_linear_converter import PiecewiseLinearConverter from ._sink_dsm import SinkDSM from ._generic_building import GenericBuilding + __all__ = [ "GenericCAES", "PiecewiseLinearConverter", "SinkDSM", - "GenericBuilding" + "GenericBuilding", ]
/home/runner/work/oemof-solph/oemof-solph/src/oemof/solph/components/experimental/_generic_building.py#L17
from typing import List from pyomo.environ import Set from pyomo.environ import Var from oemof.solph._helpers import check_node_object_for_missing_attribute from oemof.network import network + class GenericBuilding(network.Node): r""" Component `GenericBuilding` to model with basic characteristics of buildings. A 5RC-model is chosen to abstract buildings in a one zone model and make them linear-optimizable.
check
Process completed with exit code 1.
docs
The operation was canceled.
clean
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/