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