Skip to content

Commit

Permalink
scenes: handle bounds changes in doctests (#3026)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 95f7fbe98b3494cff091daf1f2a1bcbd90eb8e0c
  • Loading branch information
jpoehnelt authored and Descartes Labs Build committed Nov 7, 2018
1 parent 8bede2f commit b307034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions descarteslabs/scenes/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
>>> type(arr)
<class 'numpy.ma.core.MaskedArray'>
>>> arr.shape
(3, 15259, 15340)
(3, 15960, 15696)
"""

from __future__ import division
Expand Down Expand Up @@ -404,7 +404,7 @@ def ndarray(self,
>>> type(arr)
<class 'numpy.ma.core.MaskedArray'>
>>> arr.shape
(3, 15259, 15340)
(3, 15960, 15696)
>>> red_band = arr[0]
Raises
Expand Down

0 comments on commit b307034

Please sign in to comment.