Changes argument env.samples in the get.ensembles.samples() function from required to optional
env.samples is a required argument in the get.ensemble.samples function. However not all the time these env samples are available. Thus, is necessary to change this argument to optional in case a user wants to get the ensemble samples without taking into account the env.samples.
Description
The argument changes from required to optional, if the argument env.samples is NOT null the env.samples object will be appended to the pft.samples object.
Motivation and Context
With the change proposed it will be possible to get ensemble samples without having the env.samples object
Review Time Estimate
[ ] Immediately
[ ] Within one week
[x] When possible
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[ ] My change requires a change to the documentation.
Changes argument
env.samples
in theget.ensembles.samples()
function from required to optionalenv.samples is a required argument in the get.ensemble.samples function. However not all the time these env samples are available. Thus, is necessary to change this argument to optional in case a user wants to get the ensemble samples without taking into account the env.samples.
Description
The argument changes from required to optional, if the argument env.samples is NOT null the env.samples object will be appended to the pft.samples object.
Motivation and Context
With the change proposed it will be possible to get ensemble samples without having the env.samples object
Review Time Estimate
Types of changes
Checklist: