Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokumura committed Dec 12, 2024
1 parent 0d50a03 commit a4cf1a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


GIT_REPO_PATH = "./" # here
# GIT_REPO_PATH = "/Users/sin/Documents/test/exfor_master/" # Private Repo
# GIT_REPO_PATH = "/Users/okumuras/Documents/nucleardata/EXFOR/exfor_master_private/" # Private Repo

GIT_REPO_URL = "https://api.github.com/repos/IAEA-NDS/exfor_master/releases"
# GIT_REPO_URL = "https://api.github.com/repos/shinokumura/exfor_master/releases" # Private Repo
Expand Down
9 changes: 7 additions & 2 deletions exfor_trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,10 @@ def update():
date_dt = convert_dtform(date_str)
if date_dt < datetime.date(2023, 11, 2):
"""
Since the production of EXFOR backup files are suspended by NRDC after the final backup file, which corresponds to the 2023-10-27 database version and contains trans.o097, https://github.com/IAEA-NDS/exfor_master/releases/tag/Backup-2023-10-27), the master file will be updated based on TRANS files.
Since the production of EXFOR backup files are suspended by NRDC after the final backup file,
which corresponds to the 2023-10-27 database version and contains trans.o097,
https://github.com/IAEA-NDS/exfor_master/releases/tag/Backup-2023-10-27),
the master file will be updated based on TRANS files.
"""
continue

Expand All @@ -485,7 +488,9 @@ def update():
if not_processed:

"""
After the TRANS files have been back public in May 2024, the name of the 'release' will be the date of the TRANS file. If more than one TRANS files exist, all TRANS are included in one 'release'.
After the TRANS files have been back public in May 2024, the name of the 'release'
will be the date of the TRANS file. If more than one TRANS files exist, all TRANS are
included in one 'release'.
"""
for date_str in not_processed:
download_trans_files(x[date_str])
Expand Down

0 comments on commit a4cf1a6

Please sign in to comment.