Commit 68082f0 1 parent 3c67d81 commit 68082f0 Copy full SHA for 68082f0
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1590,7 +1590,7 @@ def points(self, points):
1590
1590
self ._values = points
1591
1591
1592
1592
@property
1593
- def bounds (self ) -> RealData :
1593
+ def bounds (self ) -> Optional [ RealData ] :
1594
1594
"""Coordinate bounds values.
1595
1595
1596
1596
The coordinate bounds values, as a NumPy array,
@@ -1726,7 +1726,7 @@ def core_points(self) -> RealOrLazyData:
1726
1726
"""Core points array at the core of this coord, which may be a NumPy array or a dask array."""
1727
1727
return super ()._core_values ()
1728
1728
1729
- def core_bounds (self ) -> RealOrLazyData :
1729
+ def core_bounds (self ) -> Optional [ RealOrLazyData ] :
1730
1730
"""Core bounds. The points array at the core of this coord, which may be a NumPy array or a dask array."""
1731
1731
result = None
1732
1732
if self .has_bounds ():
You can’t perform that action at this time.
0 commit comments