From 130a5f8c0fdacffb647d504c1646a8d95394c7db Mon Sep 17 00:00:00 2001 From: lauraporta <29216006+lauraporta@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:24:20 +0000 Subject: [PATCH] Create debug folder by default --- .../test_finding_center_of_rotation_by_joining_two_pipelines.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_integration/test_finding_center_of_rotation_by_joining_two_pipelines.py b/tests/test_integration/test_finding_center_of_rotation_by_joining_two_pipelines.py index d80e155..8b72887 100644 --- a/tests/test_integration/test_finding_center_of_rotation_by_joining_two_pipelines.py +++ b/tests/test_integration/test_finding_center_of_rotation_by_joining_two_pipelines.py @@ -502,4 +502,5 @@ def test_blob_detection_on_derotated_stack( # ----------------------------------------------------- if __name__ == "__main__": + Path("debug/").mkdir(parents=True, exist_ok=True) test_blob_detection_on_derotated_stack((44, 51))