Skip to content

Commit 511bf37

Browse files
committed
TST: update model path
1 parent 679e150 commit 511bf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nff/tests/dynamics_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
HBAR = 1
2525
OUT_FILE = "trj.csv"
2626
LOG_FILE = "trj.log"
27-
ETHANOL_MODEL_PATH = "../../tutorials/sandbox_painn/best_model"
27+
ETHANOL_MODEL_PATH = "../../tutorials/models/cco_1/best_model" # Simon's SchNet model
2828

2929

3030
METHOD_DIC = {"nosehoover": NoseHoover, "nosehooverchain": NoseHooverChain}

0 commit comments

Comments
 (0)