Skip to content

Commit

Permalink
fix: socket_calculator was to passed in TS.create_ts_unique_py_file()
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Jan 22, 2021
1 parent 9fc2ef6 commit 13c9ddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Build status](https://github.com/zadorlab/pynta/workflows/Build%20status/badge.svg)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/zadorlab/pynta?label=version)
![GitHub last commit](https://img.shields.io/github/last-commit/zadorlab/pynta?label=last%20modified)
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/zadorlab/pynta/v1.0.1?color=9cf)
![GitHub](https://img.shields.io/badge/License-GPLv3-orange)
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/zadorlab/pynta/v1.0.0?color=9cf)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/zadorlab/pynta?label=version)
![GitHub top language](https://img.shields.io/github/languages/top/zadorlab/pynta?color=brightgreen)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/zadorlab/pynta.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/zadorlab/pynta/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/zadorlab/pynta.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/zadorlab/pynta/context:python)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/zadorlab/pynta.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/zadorlab/pynta/alerts/)
![GitHub repo size](https://img.shields.io/github/repo-size/zadorlab/pynta)
![GitHub all releases](https://img.shields.io/github/downloads/zadorlab/pynta/total?color=yellow)

Expand Down
2 changes: 2 additions & 0 deletions pynta/ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,7 @@ def create_unique_ts_xyz_and_png(ts_estimate_path: str) -> None:

def create_ts_unique_py_file(
self,
socket_calculator: str,
pytemplate: str,
rxn_name: str,
pseudopotentials: Dict[str, str],
Expand Down Expand Up @@ -912,6 +913,7 @@ def create_ts_unique_py_file(
prefix=ts_fname[:2],
ts_fname=ts_fname,
facetpath=self.facetpath,
socket_calculator=socket_calculator,
balsam_exe_settings=balsam_exe_settings,
calc_keywords=calc_keywords,
pseudopotentials=pseudopotentials,
Expand Down

0 comments on commit 13c9ddc

Please # to comment.