Skip to content

Commit 6dcad4d

Browse files
database/opxrd: Updated record_id for v5
1 parent ac3aef6 commit 6dcad4d

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

opxrd/database/opxrd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _unzip_file(zip_fpath : str, output_dir : str):
6969

7070
@classmethod
7171
def get_record_id(cls) -> int:
72-
return 14279434
72+
return 14289287
7373

7474
if __name__ == "__main__":
7575
opxrd = OpXRD.load(root_dirpath='../data/opxrd')

opxrd/usage.ipynb

Lines changed: 32 additions & 8 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)