You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test to verify that input folders have all required parameters (#398)
New dictREQUIRED_MVS_PARAMETERS to gather the required parameters from the csv or json
input type (#398)
utils.py module in src to gather the functions find_input_folders and compare_input_parameters_with_reference which can be used to find and validate input folders (#398)
Code and test for checking for new parameters in csv and raising warning message if not defined (A1.check_for_newly_added_parameters). This then also adds a default value to the new parameter (#384)
Exception if an energyVector does not have internal generation or consumption from a DSO, and is only supplied by energy conversion from another sector: renewable share = 0. (#384)
Label of storage components (storage capacity, input power, output power) will by default be redefined to the name of the storage and this component (#415)
Version number and date is only to be edited in one file (#419)
Change the calculation of the residual value for specific capex in C2 and test_C2 (#289, #247, PR #431): Now the present value of the residual value is considered
Explicitly return the dataframe with parameters value in function check_for_newly_added_parameter (#428)
Rename function check_for_newly_added_parameter in check_for_official_extra_parameters (#428)
Readthedocs links to simple scenario tests/inputs (#420)
Adapt and add logging messages for components added to the model in D1 (#429)
Moved list of keys to be printed in scalars.xlsx to constants_output.py (#453)
Renamed "peak_flow" to PEAK_FLOW and "average_flow" to AVERAGE_FLOW (#453)
Changed function E2.lcoe_asset() and its tests, now processes one asset at a time (#453)
Added arguments -f`, `-log`, `warning to all parse_args and main() in tests (#456)
File Developing.rst with new description of tests and conventions (#456)
Added a setup_class (remove dir) to test_B0.TestTemporaryJsonFileDisposal (#379)
Created function to read version number and date from file instead of importing it from module
(#463)
Fixed E0.store_results_matrix(), now available types: str, bool, None, dict (with key VALUE), else (int/float). If KPI not in asset, no value is attributed. Added test for function (#468, #470)