Skip to content

Commit eb9bd53

Browse files
committed
Just trying to run the tests again. I have modified the MACE recipe in QuAcc to use float32. Hopefully, the datatype error will now go away.
1 parent 4f9872e commit eb9bd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ts_workflow_examples/geodesic_ts_with_hessian/using_mace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def geodesic_ts_hess_irc_mace(reactant, product, calc_kwargs, logger, clean_up=T
5858
settings = get_settings()
5959
settings.CHECK_CONVERGENCE = False
6060

61-
# Calculation and optimization keyword arguments
61+
# ASE Calculator keyword arguments
6262
calc_kwargs = {
6363
}
6464

0 commit comments

Comments
 (0)