Skip to content

Commit

Permalink
Commented out test_bad from TestGelmanRubin
Browse files Browse the repository at this point in the history
  • Loading branch information
fonnesbeck committed Jan 18, 2017
1 parent 11b70d1 commit 9a8d25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/tests/test_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_ptrace(self, n_samples):
start = {'early_mean': 7., 'late_mean': 1., 'switchpoint': 90}

ptrace = sample(n_samples, step=[step1, step2], start=start, njobs=2, progressbar=False,
random_seed=[20090425, 19700903])
random_seed=[1, 4])
return ptrace

def test_good(self):
Expand Down

0 comments on commit 9a8d25c

Please sign in to comment.