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
A request has been made to perform ParameterSet validation, where the supplied value corresponding to a specified parameter must lie within a certain range or match one of a set of options. Redmine Issue 10820 was very similar to this issue, but the intention there was to have range-based configuration validation based on a specialized syntax in comments within FHiCL files. For this request, the allowed range/set of values for a given parameter will be specified as a C++ construct that interacts with the extant configuration-validation system.
The text was updated successfully, but these errors were encountered:
This issue has been migrated from https://cdcvs.fnal.gov/redmine/issues/13865 (FNAL account required)
Originally created by @knoepfel on 2016-09-15 19:27:54
A request has been made to perform
ParameterSet
validation, where the supplied value corresponding to a specified parameter must lie within a certain range or match one of a set of options. Redmine Issue 10820 was very similar to this issue, but the intention there was to have range-based configuration validation based on a specialized syntax in comments within FHiCL files. For this request, the allowed range/set of values for a given parameter will be specified as a C++ construct that interacts with the extant configuration-validation system.The text was updated successfully, but these errors were encountered: