Skip to content

Commit 83a2120

Browse files
authored
fix canary data file location
1 parent 8df4504 commit 83a2120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canary/scripts/test_hmr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from simtk import openmm, unit
88
from simtk.openmm import app
99

10-
DATA_PATH = importlib.resources.files("openforcefields") / "canary" / "data"
10+
DATA_PATH = importlib.resources.files("canary") / "data"
1111
coverage_mols = DATA_PATH / "coverage.smi"
1212
propyne_mols = DATA_PATH / "propynes.smi"
1313

0 commit comments

Comments
 (0)