Skip to content

Commit

Permalink
Update jupyter notebook for manual check
Browse files Browse the repository at this point in the history
  • Loading branch information
choglass committed Nov 14, 2024
1 parent b131b28 commit ab3d1b7
Show file tree
Hide file tree
Showing 2 changed files with 1,818 additions and 44 deletions.
2 changes: 1 addition & 1 deletion cell2mol/final_c2m_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
if prefiter_cif(input_path):
handle_cif_file(input_path, system_type, name, current_dir, debug_mode)
else:
exit_with_error("g")
exit_with_error("CIF file is not suitable for processing")
elif extension == ".xyz":
handle_xyz_file(input_path, system_type, name, cell_para, current_dir, debug_mode)
else:
Expand Down
Loading

0 comments on commit ab3d1b7

Please sign in to comment.