From c9518e03b940e3117526d64b1cc6805b3eab43d6 Mon Sep 17 00:00:00 2001 From: Zack Singer Date: Fri, 29 Mar 2024 12:52:09 -0400 Subject: [PATCH] Remove stray "@profile" --- hexrd/instrument/detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hexrd/instrument/detector.py b/hexrd/instrument/detector.py index bfcb94c5a..587faced5 100644 --- a/hexrd/instrument/detector.py +++ b/hexrd/instrument/detector.py @@ -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.