Skip to content

Commit 48a8dcf

Browse files
committed
test db upload
1 parent 0e08ae6 commit 48a8dcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MCEq/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ def _download_file(url, outfile):
436436

437437

438438
# Download database file from github
439-
base_url = "https://github.com/afedynitch/MCEq/releases/download/"
440-
release_tag = "builds_on_azure/"
439+
base_url = "https://github.com/mceq-project/MCEq/releases/download/"
440+
release_tag = "untagged-4e1d644a5487f70c9e7e/"
441441
url = base_url + release_tag + mceq_db_fname
442442
# sha256 checksum of the file
443443
# https://github.com/afedynitch/MCEq/releases/download/builds_on_azure/mceq_db_lext_dpm191_v12.h5
@@ -457,7 +457,7 @@ def _download_file(url, outfile):
457457
print(url)
458458
_download_file(url, filepath_to_database)
459459

460-
old_database = "mceq_db_lext_dpm191.h5"
460+
old_database = "mceq_db_lext_dpm191_v12.h5"
461461
filepath_to_old_database = data_dir / old_database
462462

463463
if filepath_to_old_database.exists():

0 commit comments

Comments
 (0)