Closed olelod closed 3 years ago
What would be the best? A: if not both (rel_error & min_error) are given, a warning should be provided with a message that the associated observation is dropped or B: if not both (rel_error & min_error) are given, an error should be given that the error specification is incomplete.
I assume B would be prefered but like to have a confirmation
I agree. B would be the preferred option (at this point, at least).
Currently the
flownet->data_source->simulation->input_case->vectors->XXXX
has AllowNone forrel_error
andmin_error
. Both of them are required for generation of the.yamlobs
and.ertobs
file. No warnings or errors are issued if one ofrel_error
andmin_error
is not specified, the observations for that vector is just dropped. If both are missing one get anot-a-dictionary
error.