From 91056ac611c701e367fd57605f0fc41fea31f589 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 17:54:20 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- sandbox/test_grazingincidence.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/test_grazingincidence.py b/sandbox/test_grazingincidence.py index 8128e2945..46aad7cca 100644 --- a/sandbox/test_grazingincidence.py +++ b/sandbox/test_grazingincidence.py @@ -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")