Add get_param and set_param to UncertainFlorisModel
UncertainFlorisModel is missing the member functions available in FlorisModel for getting and setting model parameters. This pull request adds them in, buy accessing the method within the underlying FlorisModel and includes a new test of the feature.
Add get_param and set_param to UncertainFlorisModel
UncertainFlorisModel
is missing the member functions available inFlorisModel
for getting and setting model parameters. This pull request adds them in, buy accessing the method within the underlyingFlorisModel
and includes a new test of the feature.Impacted areas of the software
uncertain_floris_model.py