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
extent: Annotated[np.ndarray, numpy_array_short_validator] =np.zeros(6, dtype='float64') #: this is the ORTHOGONAL extent. If the grid is rotated, the extent will be different
extent: Annotated[np.ndarray, numpy_array_short_validator] =dataclasses.field(default_factory=lambda: np.zeros(6, dtype='float64')) #: this is the ORTHOGONAL extent. If the grid is rotated, the extent will be different
0 commit comments