Skip to content

Commit 1afd820

Browse files
committed
fix
1 parent 5c28453 commit 1afd820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/cif2data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def CIF2json(root_cif_dir,data_csv,save_path):
132132
"index2":index2.tolist(),
133133
"dij": dij.tolist(),
134134
"nn_num": nn_num}
135-
with open(save_path + mof + "_" + ".json", 'w') as file:
135+
with open(save_path + mof + ".json", 'w') as file:
136136
json.dump(data, file)
137137

138138
# main paart, get cell and position of each atom data and save

0 commit comments

Comments
 (0)