Skip to content

Commit 13d229c

Browse files
committed
Change test input/target save to match changes to cpptraj made in
cpptraj PR 887: Amber-MD/cpptraj#887
1 parent 8e22a68 commit 13d229c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_analysis/test_randomize_ions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_randomize_ions(self):
1616
tn = os.path.join(cpptraj_test_dir, 'Test_RandomizeIons',
1717
'adh206.ff10.tip3p.parm7.gz')
1818
saved_traj_name = os.path.join(cpptraj_test_dir, 'Test_RandomizeIons',
19-
'random.crd.save')
19+
'around.overlap.rst7.save')
2020
# Set default RNG back to Marsaglia
2121
pt.set_default_rng(0)
2222
traj = pt.iterload(fn, tn)
@@ -29,7 +29,7 @@ def test_randomize_ions(self):
2929
around=':1-16',
3030
by=5.0,
3131
overlap=3.0,
32-
seed=113698)
32+
seed=1)
3333
aa_eq(traj_mut.xyz, saved_traj.xyz, decimal=2)
3434

3535

0 commit comments

Comments
 (0)