Skip to content

Commit

Permalink
Remove stray "@Profile"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Singer committed Mar 29, 2024
1 parent 35cf1fb commit c9518e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexrd/instrument/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ def interpolate_nearest(self, xy, img, pad_with_nans=True):
int_xy[on_panel] = int_vals
return int_xy

@profile

def interpolate_bilinear(self, xy, img, pad_with_nans=True):
"""
Interpolate an image array at the specified cartesian points.
Expand Down

0 comments on commit c9518e0

Please sign in to comment.