-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
The value_minimum and value_maximum arguments passed to create_output_type_*() functions are, as the documentation says "exclusive minimum/maximum" values. I interpret that to mean that the value given in that argument is a non-inclusive minimum, e.g. if value_minimum=0 for a sample output_type then a sample with value 0 would be invalid. My take is that in most cases we will want these minimums and maximums to be inclusive rather than exclusive. E.g. I want sample x to be between 0 and 1 inclusive, where values of both 0 and 1 are allowed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done