3636 "TestCameraResponseFunctionsDebevec1997" ,
3737]
3838
39- ROOT_RESOURCES_FROBISHER_001 : str = os .path .join (
40- ROOT_RESOURCES_TESTS , "frobisher_001"
41- )
39+ ROOT_RESOURCES_FROBISHER_001 : str = os .path .join (ROOT_RESOURCES_TESTS , "frobisher_001" )
4240
4341ROOT_RESOURCES_CALIBRATION : str = os .path .join (
4442 ROOT_RESOURCES_TESTS , "colour_hdri" , "calibration"
@@ -74,9 +72,7 @@ def test_g_solve(self):
7472 np .testing .assert_allclose (
7573 g ,
7674 np .load (
77- os .path .join (
78- ROOT_RESOURCES_CALIBRATION , f"test_g_solve_g_{ i } .npy"
79- )
75+ os .path .join (ROOT_RESOURCES_CALIBRATION , f"test_g_solve_g_{ i } .npy" )
8076 ),
8177 atol = 0.001 ,
8278 )
@@ -85,9 +81,7 @@ def test_g_solve(self):
8581 np .testing .assert_allclose (
8682 lE ,
8783 np .load (
88- os .path .join (
89- ROOT_RESOURCES_CALIBRATION , f"test_g_solve_lE_{ i } .npy"
90- )
84+ os .path .join (ROOT_RESOURCES_CALIBRATION , f"test_g_solve_lE_{ i } .npy" )
9185 ),
9286 atol = 0.001 ,
9387 )
@@ -107,9 +101,7 @@ def test_camera_response_function_Debevec1997(self):
107101
108102 # Lower precision for unit tests under *Github Actions*.
109103 np .testing .assert_allclose (
110- camera_response_functions_Debevec1997 (
111- ImageStack .from_files (IMAGES_JPG )
112- ),
104+ camera_response_functions_Debevec1997 (ImageStack .from_files (IMAGES_JPG )),
113105 np .load (
114106 os .path .join (
115107 ROOT_RESOURCES_CALIBRATION ,
0 commit comments