Skip to content

Commit

Permalink
Create debug folder by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraporta committed Nov 21, 2024
1 parent e91e644 commit 130a5f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 130a5f8

Please sign in to comment.