Skip to content

Commit

Permalink
Fix default_world_coords for Coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 20, 2018
1 parent bedbb6b commit 6a6e748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glue/core/coordinates.py
Expand Up @@ -51,7 +51,6 @@ def world2pixel(self, *args):
"""
return args

@property
def default_world_coords(self, ndim):
return np.zeros(ndim, dtype=float)

Expand Down

0 comments on commit 6a6e748

Please sign in to comment.