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 Jan 30, 2025
1 parent 821138f commit 38e41f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pyFAI/integrator/fiber.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def integrate1d_polar(self, polar_degrees=True, radial_unit="nm^-1", radial_inte
else:
kwargs["vertical_integration"] = False
return self.integrate_fiber(**kwargs)

integrate1d_polar.__doc__ += "\n" + integrate_fiber.__doc__

def integrate1d_exitangles(self, angle_degrees=True, vertical_integration=True, **kwargs):
Expand All @@ -459,6 +459,5 @@ def integrate1d_exitangles(self, angle_degrees=True, vertical_integration=True,
kwargs["unit_oop"] = unit_oop
kwargs["vertical_integration"] = vertical_integration
return self.integrate_fiber(**kwargs)

integrate1d_exitangles.__doc__ += "\n" + integrate_fiber.__doc__

0 comments on commit 38e41f2

Please sign in to comment.