Skip to content

Commit 5e6e299

Browse files
committed
fix jitter -> chol_const in test
1 parent 63faab8 commit 5e6e299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/tests/test_gp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,4 +415,4 @@ def test_sample(self):
415415
Z = np.linspace(0, 1, 5)[:, None]
416416
with model:
417417
out = gp.sample_gp(tr[-3:], gp=random_test, X_values=Z, obs_noise=False,
418-
random_seed=self.random_seed, progressbar=False, jitter=True)
418+
random_seed=self.random_seed, progressbar=False, chol_const=True)

0 commit comments

Comments
 (0)