File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 /"
441441url = 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"
461461filepath_to_old_database = data_dir / old_database
462462
463463if filepath_to_old_database .exists ():
You can’t perform that action at this time.
0 commit comments