Merge pull request #70 from pommes-public/69-make-authors-and-contrib… #52
Annotations
6 errors and 7 warnings
/home/runner/work/pommesdispatch/pommesdispatch/setup.py#L41
"Leticia Encinas Rosa",
"Carla Spiller",
"Prof. Dr.-Ing. Joachim Müller-Kirchenbauer",
"Robin Claus",
"Sophie Westphal",
- "Timona Ghosh"
+ "Timona Ghosh",
]
__license__ = "MIT"
__maintainer__ = "Johannes Kochems"
__email__ = "[email protected]"
|
/home/runner/work/pommesdispatch/pommesdispatch/pommesdispatch/model_funcs/data_input.py#L107
f"sinks_demand_el_excl_demand_response_"
f"{dm.demand_response_scenario}"
)
# Obtain demand response clusters from file to avoid hard-coding
- other_files[
+ other_files["demand_response_clusters_eligibility"] = (
"demand_response_clusters_eligibility"
- ] = "demand_response_clusters_eligibility"
+ )
dr_clusters = load_input_data(
filename="demand_response_clusters_eligibility", dm=dm
)
# Add demand response clusters information to the model itself
dm.add_demand_response_clusters(list(dr_clusters.index))
|
/home/runner/work/pommesdispatch/pommesdispatch/pommesdispatch/model_funcs/data_input.py#L125
other_files[f"sinks_dr_el_{dr_cluster}_variable_costs"] = (
f"{dr_cluster}_variable_costs_parameters_"
f"{dm.demand_response_scenario}%"
)
- time_series[
- "sinks_dr_el_ts"
- ] = f"sinks_demand_response_el_ts_{dm.demand_response_scenario}"
+ time_series["sinks_dr_el_ts"] = (
+ f"sinks_demand_response_el_ts_{dm.demand_response_scenario}"
+ )
time_series["sinks_dr_el_ava_pos_ts"] = (
f"sinks_demand_response_el_ava_pos_ts_"
f"{dm.demand_response_scenario}"
)
|
/home/runner/work/pommesdispatch/pommesdispatch/pommesdispatch/model_funcs/model_control.py#L607
].values
)
/ feedin_df.loc[feedin_df["month"] == month, tech].sum()
)
- market_values_hourly.loc[
- feedin_df["month"] == month, tech
- ] = market_values.loc[month, tech]
+ market_values_hourly.loc[feedin_df["month"] == month, tech] = (
+ market_values.loc[month, tech]
+ )
market_values.loc[month, "EPEX"] = feedin_df.loc[
feedin_df["month"] == month, "power_price"
].mean()
|
Check coverage (3.9, ubuntu-latest)
Process completed with exit code 1.
|
build (3.8, 1.1.13, ubuntu-18.04)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
build (3.8, 1.1.13, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (3.8, 1.1.13, macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (3.8, 1.1.13, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (3.8, 1.1.13, windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@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 coverage (3.9, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check coverage (3.9, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Packaging and tests
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002
|