Make benchmark_load_part_of_images.py production ready

This commit is contained in:
Benjamin Loison 2024-06-11 16:41:43 +02:00
parent 959fb43dd0
commit 0c7108b3ec
Signed by: Benjamin_Loison
SSH Key Fingerprint: SHA256:BtnEgYTlHdOg1u+RmYcDE0mnfz1rhv5dSbQ2gyxW8B8

View File

@ -19,7 +19,7 @@ class Operation(Enum):
def __str__(self):
return self.name.lower()
OPERATION = Operation.LOAD_NPY
OPERATION = Operation.SAVE
RESOLUTION = 100
print(f'{OPERATION = }')
if OPERATION == Operation.LOAD_NPY: