develop #41

Merged
jkuhl merged 210 commits from develop into master 2026-05-07 16:01:02 +02:00
Showing only changes of commit d8ec6ef40e - Show all commits

communicate when files are downloaded

Justus Kuhlmann 2025-11-27 11:16:00 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -168,8 +168,11 @@ def cache_path(path, file, key):
def preload(path: str, file: str):
print("Loading data...")
dl.get(os.path.join(path, file), dataset=path)
print("> downloaded file")
filedict = pj.load_json_dict(os.path.join(path, file))
print("> read file")
return filedict