TheOneAndra
TheOneAndra
Fix #813 **Changes proposed in this pull request**: - minor change to allow the user to run `mvs_report` with a single json_with_results file. The following steps were realized, as well...
The simulation terminates with the ValueError: `ValueError: Feed-in tariff of Electricity (0.064) > levelized costs of generation for energy asset 'Biogas' (based on is dispatch price) with 0.0576. This may...
Simulation terminates with **asset_dict[MAXIMUM_CAP][VALUE] * asset_dict[TIMESERIES_PEAK][VALUE] KeyError: 'timeseries_peak'** This happens when I put a _maximumCap_ on the biogas `energyProduction` asset. I suspect it is because the biogas asset is a...
The discussion started in issue #822 but seems rather misplaced there so I am creating a new issue to have a clearer overview on this. Looking deeper into hydrogen as...
From where does the unit for the bus graph shown in the report come from? Is it always set to be kW or is it dependent on the user's input?...
I came across this simulation termination in one of my case studies. I was wondering how up to date are the hints given to the user: ``` There are several...
I have an optimization with PV and Wind as _production assets_. The production is considered so efficient, that some values of the input normalized time series are a bit above...
In this system, two energy providers are used: Transmission system operator (_energy vector: electricity_) and Biogas (_energy vector: electricity_). This somehow causes an issue with the KPI `degree of autonomy`...
**Changes in B0_data_input_json.py** **line 29:** ``` KPI, KPI_COST_MATRIX, KPI_SCALAR_MATRIX, LABEL, ``` **line 343:** ``` for kpi in (KPI_COST_MATRIX, KPI_SCALAR_MATRIX): if not isinstance(dict_values[KPI][kpi], pd.DataFrame): dict_values[KPI][kpi] = pd.DataFrame.from_records(dict_values[KPI][kpi]) if LABEL not in...
Should the user worry about this **UserWarning** ? _C:\Users\andra.backhaus\.conda\envs\MVS\lib\site-packages\pandas\core\computation\expressions.py:178: UserWarning: evaluating in Python space because the '+' operator is not supported by numexpr for the bool dtype, use '|' instead_...