We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673d90e commit a6cfa7cCopy full SHA for a6cfa7c
mff_test1/test_atomtyping.py
@@ -7,7 +7,7 @@
7
from foyer.tests.utils import atomtype
8
9
MOL2_FILES = glob('test_molecules/*.mol2')
10
-FORCEFIELD_FILES = glob('*.xml')
+FORCEFIELD_FILES = glob('*test1.xml')
11
12
FORCEFIELD = Forcefield(forcefield_files=FORCEFIELD_FILES)
13
mff_test2/test_atomtyping.py
+FORCEFIELD_FILES = glob('*test2.xml')
0 commit comments