From 98c72f339e0578e5991dfe08f41d3a58733a9fdf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:46:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/pyFAI/units.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pyFAI/units.py b/src/pyFAI/units.py index eef632438..87ebf3d1f 100644 --- a/src/pyFAI/units.py +++ b/src/pyFAI/units.py @@ -195,10 +195,10 @@ def _update_ne_equation(self): ne_formula = numexpr.NumExpr(self.formula, signature) - def ne_equation(x, y, z=None, wavelength=None, - incident_angle=self._incident_angle, + def ne_equation(x, y, z=None, wavelength=None, + incident_angle=self._incident_angle, tilt_angle=self._tilt_angle, - sample_orientation=self._sample_orientation, + sample_orientation=self._sample_orientation, ne_formula=ne_formula): π = numpy.pi λ = wavelength