You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qcxms_template = load_template("templates", "qcxms_input_template.in") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: load_template() takes 1 positional argument but 2 were given
Hint: Update the function call to load_template("qcxms_input_template.in")
The text was updated successfully, but these errors were encountered:
wverastegui
changed the title
Call function load_template in the write_dirs_files_for_gamess_qcxms.py needs to be updated
Update calling function load_template in the write_dirs_files_for_gamess_qcxms.py and extract_coords_into_inp_xyz.py
Oct 14, 2024
wverastegui
changed the title
Update calling function load_template in the write_dirs_files_for_gamess_qcxms.py and extract_coords_into_inp_xyz.py
Update the load_template function call in both write_dirs_files_for_gamess_qcxms.py and extract_coords_into_inp_xyz.py.
Oct 14, 2024
The error below appeared when running the scripts
write_dirs_files_for_gamess_qcxms.py
andextract_coords_into_inp_xyz.py
on the HPC.Input file used:
scores_lower_than_200_mol_per_class_name_smiles.zip
qcxms_template = load_template("templates", "qcxms_input_template.in") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: load_template() takes 1 positional argument but 2 were given
Hint: Update the function call to load_template("qcxms_input_template.in")
The text was updated successfully, but these errors were encountered: