@@ -82,8 +82,8 @@ def shell(str):
8282
8383
8484def test_atomindices_1 ():
85- fn = get_mdtraj_fn ('2EQQ.pdb' )
86- t = md .load (fn )
85+ # fn = get_mdtraj_fn('2EQQ.pdb')
86+ # t = md.load(fn)
8787 with tempdir ():
8888 shell ('msmb AtomIndices -o all.txt --all -a -p %s' % fn )
8989 shell ('msmb AtomIndices -o all-pairs.txt --all -d -p %s' % fn )
@@ -94,8 +94,8 @@ def test_atomindices_1():
9494
9595
9696def test_atomindices_2 ():
97- fn = get_mdtraj_fn ('2EQQ.pdb' )
98- t = md .load (fn )
97+ # fn = get_mdtraj_fn('2EQQ.pdb')
98+ # t = md.load(fn)
9999 with tempdir ():
100100 shell ('msmb AtomIndices -o heavy.txt --heavy -a -p %s' % fn )
101101 shell ('msmb AtomIndices -o heavy-pairs.txt --heavy -d -p %s' % fn )
@@ -108,8 +108,8 @@ def test_atomindices_2():
108108
109109
110110def test_atomindices_3 ():
111- fn = get_mdtraj_fn ('2EQQ.pdb' )
112- t = md .load (fn )
111+ # fn = get_mdtraj_fn('2EQQ.pdb')
112+ # t = md.load(fn)
113113 with tempdir ():
114114 shell ('msmb AtomIndices -o alpha.txt --alpha -a -p %s' % fn )
115115 shell ('msmb AtomIndices -o alpha-pairs.txt --alpha -d -p %s' % fn )
@@ -121,8 +121,8 @@ def test_atomindices_3():
121121
122122
123123def test_atomindices_4 ():
124- fn = get_mdtraj_fn ('2EQQ.pdb' )
125- t = md .load (fn )
124+ # fn = get_mdtraj_fn('2EQQ.pdb')
125+ # t = md.load(fn)
126126 with tempdir ():
127127 shell ('msmb AtomIndices -o minimal.txt --minimal -a -p %s' % fn )
128128 shell ('msmb AtomIndices -o minimal-pairs.txt --minimal -d -p %s' % fn )
0 commit comments