Skip to content

Commit

Permalink
Sorting list
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Mar 21, 2024
1 parent a2956a6 commit 600d098
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def setup_class(cls, regenerate=False):

# Find all files
files = glob(image_pattern)
files.sort()

# Load images and find corners
images = []
Expand Down

0 comments on commit 600d098

Please sign in to comment.