Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
joleroi committed May 12, 2016
1 parent ecb8a8b commit 920815d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regions/core/compound.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def to_sky(self, wcs, mode='local', tolerance=None):
raise NotImplementedError("")

def as_patch(self, **kwargs):
raise NotImplementedError("")
raise NotImplementedError("")

def __repr__(self):
return "({0} {1} {2})".format(self.region1, self.operator, self.region2)
Expand All @@ -45,7 +45,7 @@ def to_pixel(self, wcs, mode='local', tolerance=None):
raise NotImplementedError("")

def as_patch(self, ax, **kwargs):
raise NotImplementedError("")
raise NotImplementedError("")

def __repr__(self):
return "({0}\n{1}\n{2})".format(self.region1, self.operator, self.region2)
Expand Down

0 comments on commit 920815d

Please sign in to comment.