Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
Tests now pass
  • Loading branch information
rhysgt committed Apr 15, 2024
1 parent b6bef39 commit 1c5459d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defdap/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ def y_dim(self):

def crop(self, map_data, **kwargs):
return map_data

def mask(self, map_data, **kwargs):
return map_data

def set_homog_point(self, **kwargs):
self.frame.set_homog_point(self, **kwargs)
Expand Down

0 comments on commit 1c5459d

Please sign in to comment.