Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2024
1 parent 488dd65 commit 98c72f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pyFAI/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98c72f3

Please sign in to comment.