Skip to content

Commit

Permalink
ref to issue #
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Dec 7, 2015
1 parent ef353dd commit 62c8981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cablab/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ class CubeData:
"""
Represents the cube's read-only data.
:param cube: A **DataCube** object.
:param cube: A **Cube** object.
"""

def __init__(self, cube):
Expand Down Expand Up @@ -693,7 +693,7 @@ def get(self, variable=None, time=None, latitude=None, longitude=None):
grid_x12 = global_grid_width - 1
grid_x21 = 0
grid_x22 = grid_x2
# todo (nf 20151102) - handle this case
# todo (nf 20151102) - handle this case, see issue #15
print('dateline intersection! grid_x: %d-%d, %d-%d' % (grid_x11, grid_x12, grid_x21, grid_x22))
raise ValueError('illegal longitude: %s: dateline intersection not yet implemented' % longitude)

Expand Down

0 comments on commit 62c8981

Please sign in to comment.