Skip to content
Snippets Groups Projects
Commit d1559a6a authored by Jost Rossel's avatar Jost Rossel
Browse files

Disable lazy load

parent 1592a1a6
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import os
# ONLY FOR DEVELOPMENT!
# uses pickle to load an old data version instead of downloading the csv
# 4-5 times faster
use_lazy_load = True
use_lazy_load = False
data = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment