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
we discussed two interfaces for specifying the units for dimensions for inputs and outputs:
methods could implement a units/resolution/etc. flag which denotes what units a user is inputting (e.g. for a bounding box) or expecting (e.g. for a spatial location return value). the default would be None which would not change the current behavior
the CAVEClient class could also implement the same flag, and would also be None by default. specifying this would lead to all subsequent calls being in those units, unless overridden at the method level
The text was updated successfully, but these errors were encountered:
we discussed two interfaces for specifying the units for dimensions for inputs and outputs:
units
/resolution
/etc. flag which denotes what units a user is inputting (e.g. for a bounding box) or expecting (e.g. for a spatial location return value). the default would beNone
which would not change the current behaviorNone
by default. specifying this would lead to all subsequent calls being in those units, unless overridden at the method levelThe text was updated successfully, but these errors were encountered: