Skip to content

Commit c6817c2

Browse files
fix faulty import yamlcfg
1 parent fdbb70a commit c6817c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_yamlfe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy as np
22

33
import westpa
4-
from westpa.core.yamlcfg import ycf
4+
import westpa.core.yamlcfg as ycf
55
from westpa.core.systems import WESTSystem
66
from westpa.core.binning import RectilinearBinMapper
77

0 commit comments

Comments
 (0)