Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the load_template function call in both write_dirs_files_for_gamess_qcxms.py and extract_coords_into_inp_xyz.py. #40

Closed
wverastegui opened this issue Oct 1, 2024 · 0 comments · Fixed by #43
Assignees

Comments

@wverastegui
Copy link
Collaborator

wverastegui commented Oct 1, 2024

The error below appeared when running the scripts write_dirs_files_for_gamess_qcxms.py and extract_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")

@wverastegui 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 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
@wverastegui wverastegui self-assigned this Nov 5, 2024
@hechth hechth closed this as completed Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants