We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e22a68 commit 13d229cCopy full SHA for 13d229c
tests/test_analysis/test_randomize_ions.py
@@ -16,7 +16,7 @@ def test_randomize_ions(self):
16
tn = os.path.join(cpptraj_test_dir, 'Test_RandomizeIons',
17
'adh206.ff10.tip3p.parm7.gz')
18
saved_traj_name = os.path.join(cpptraj_test_dir, 'Test_RandomizeIons',
19
- 'random.crd.save')
+ 'around.overlap.rst7.save')
20
# Set default RNG back to Marsaglia
21
pt.set_default_rng(0)
22
traj = pt.iterload(fn, tn)
@@ -29,7 +29,7 @@ def test_randomize_ions(self):
29
around=':1-16',
30
by=5.0,
31
overlap=3.0,
32
- seed=113698)
+ seed=1)
33
aa_eq(traj_mut.xyz, saved_traj.xyz, decimal=2)
34
35
0 commit comments