osirrc / jig

Jig for the Open-Source IR Replicability Challenge (OSIRRC)
13 stars 3 forks source link

Fixed typo in docker loader timeout. #61

Closed albpurpura closed 5 years ago

ryan-clancy commented 5 years ago

The value 86_400 was intentional as some images may take quite some time to build an index (mostly future proofing, the current collections are quite small).

However, I noticed that the _ in numeric values that we used previously is a Python 3.6+ thing - if you update the value to 84600 (without the underscore) I'll merge this one.

albpurpura commented 5 years ago

Thank you Ryan, I was using Python 3.5!