Skip to content

Commit

Permalink
clearer print msg
Browse files Browse the repository at this point in the history
Former-commit-id: becbfd0fede5cdc95da9795c91738c2cf18353ac
  • Loading branch information
Javi Ribera committed Oct 7, 2018
1 parent 87a9228 commit 0c77411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion object-locator/locate.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,5 +336,6 @@


elapsed_time = int(time.time() - tic)
print(f'It took {elapsed_time} seconds to evaluate all the testing set.')
print(f'It took {elapsed_time} seconds to evaluate all this dataset.')


0 comments on commit 0c77411

Please sign in to comment.