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 5340608 commit 91056ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox/test_grazingincidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

if __name__ == "__main__":
fi_1 = FiberIntegrator(dist=0.1, poni1=0.1, poni2=0.1, detector=detector_factory("Eiger_4M"), wavelength=1e-10)
poni = UtilsTest.getimage("LaB6_5.poni")
poni = UtilsTest.getimage("LaB6_5.poni")
fi_2 = load(filename=poni, type_="pyFAI.integrator.fiber.FiberIntegrator")

cal = get_calibrant("LaB6")
data_1 = cal.fake_calibration_image(ai=fi_1)
data_file = UtilsTest.getimage("Y6.edf")
Expand Down

0 comments on commit 91056ac

Please sign in to comment.