-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
This search parameter is going to be a no-op server side soon, so we should deprecate the attr and also write something to that effect in the docstring.
It's this class:
Lines 211 to 216 in b9c7d4d
| class PolarimetricAccuracy(_Range): | |
| """ | |
| The average polarimetric accuracy of a dataset. | |
| """ | |
| def collides(self, other): | |
| return isinstance(other, self.__class__) |
Also tracked as DCS-5502
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels