Skip to content

Commit

Permalink
Update deploy.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing-wang authored Apr 4, 2022
1 parent 4ff8c2d commit ce5436d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ systems in a few lines::
import espaloma as esp

# grab pretrained model
if not os.exists("espaloma_model.pt"):
if not os.path.exists("espaloma_model.pt"):
os.system("wget http://data.wangyq.net/espaloma_model.pt")

# define or load a molecule of interest via the Open Force Field toolkit
Expand Down

0 comments on commit ce5436d

Please sign in to comment.