Skip to content

Commit 1fd08b5

Browse files
committed
corrected strip decorator
1 parent 536cb19 commit 1fd08b5

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
@@ -32,7 +32,7 @@ def main():
3232
logger.info("Successfully read reactant and product structures.")
3333

3434
# Create NEB job
35-
job1 = strip_decorator(geodesic_job(reactant, product, calc_kwargs=calc_kwargs))
35+
job1 = strip_decorator(geodesic_job)(reactant, product, calc_kwargs=calc_kwargs)
3636
print(job1)
3737
logger.info("Created Geodesic job.")
3838
'''

0 commit comments

Comments
 (0)