Merged
Conversation
Co-authored-by: smartie2076 <[email protected]>
To ensure feature of timeseries for scalar values
….com/smartie2076/mvs_eland into patch/tests_for_features # Conflicts: # CHANGELOG.md # tests/test_F0_output.py
…input/output flows
…input/output flows
Update the mvs parameters docs file
…tch_sources Fix optimizedAddCap of non-dispatchable sources
Replace mvs_eland by multi_vector_simulator Change folder src/mvs_eland to src/multi_vector_simulator
Now the version date and number are accessible from multi_vector_simulator.version
The path was relative instead of being absolute
Co-authored-by: smartie2076 <[email protected]>
Rename repository and package
Conflicts: src/multi_vector_simulator/version.py
smartie2076
approved these changes
Oct 5, 2020
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
docs/troubleshooting.rst(Add graphviz troubleshoot for windows to docs #572)test_benchmark_feature_parameters_as_timeseriesto ensure that parameters can always also be defined as a timeseries. Applied toefficiencyof an energyConversion asset andelectricity_priceof an energyProduction asset (Add benchmark tests for csv features #542)test_benchmark_feature_input_flows_as_list(Feature_input_flows_as_list) andtest_benchmark_feature_output_flows_as_list(Feature_output_flows_as_list), but not the benchmark assertions (Add benchmark tests for csv features #542)C0.add_maximum_cap(), renamed function intoC0.process_maximum_cap_constraint()( Fix optimizedAddCap of non-dispatchable sources #498)Changed
setup.pyto upload the code as package on pypi.org (Feature/pypi test release #570)tests/test_input_folder_parameters.pyfails (Improve assert error msg #578)E2.calculate_dispatch_expenditures()so that it can process parameters defined as lists (Add benchmark tests for csv features #542)E4toE4_verification.py( Fix optimizedAddCap of non-dispatchable sources #498)mvs_elandtomulti-vector-simulatorinsetup.py(Rename repository and package #587)src/mvs_elandtosrc/multi_vector_simulator(Rename repository and package #587)mvs_elandtomulti-vector-simulator(Rename repository and package #587)mvs_eland.is replaced bymulti_vector_simulator.) (Rename repository and package #587)README.mdandCONTRIBUTING.mdreplacingmvs_elandormvs-elandbymulti-vector-simulator(Rename repository and package #587)Removed
mvs_eland.utils.get_version_info(Rename repository and package #587)Fixed
CONTRIBUTING.mdfile (Elaborate on the release procedure #576)C0(Add benchmark tests for csv features #542)optimizedAddCapof non-dispatchable sources: multiplymaximumCapbymax(timeseries(kWh/kWp))to fix issue maximumCap is equal to peak_flow and not optimizedAddCap #446 (Fix optimizedAddCap of non-dispatchable sources #562, Fix optimizedAddCap of non-dispatchable sources #498)-
timeseries_normalizedare calculated for alltimeseriesof non-dispatchable sources now (before only ifoptimizeCap==True) (Fix optimizedAddCap of non-dispatchable sources #562, Fix optimizedAddCap of non-dispatchable sources #498)Test_Constraints.test_benchmark_minimal_renewable_share_constraint()( Fix optimizedAddCap of non-dispatchable sources #498)