Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Feb 15, 2024
1 parent 7aa0508 commit 11c48cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inat_vision_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def bench_route(self):

time.sleep(delay)

print("TIME-EXP: #" + TOTAL_OBS)
print("TIME-EXP: #" + str(TOTAL_OBS) )
print("TIME-EXP: score " + observation_id)
START_TIME_TOTAL = time.time()
image_uuid = "downloaded-obs-" + observation_id
Expand Down

0 comments on commit 11c48cf

Please sign in to comment.