Skip to content
Snippets Groups Projects
Commit 092a74c3 authored by Gregory Ashton's avatar Gregory Ashton Committed by Colm Talbot
Browse files

Remove the autoburnin causing kombine to fail the CI tests

parent 59a48307
No related branches found
No related tags found
1 merge request!988Remove the autoburnin causing kombine to fail the CI tests
......@@ -5,7 +5,6 @@ import copy
import numpy as np
import pandas as pd
from scipy.interpolate import interp1d
from scipy.special import logsumexp
from ..core.likelihood import Likelihood
......
......@@ -95,10 +95,10 @@ class TestRunningSamplers(unittest.TestCase):
likelihood=self.likelihood,
priors=self.priors,
sampler="kombine",
iterations=1000,
nwalkers=100,
iterations=2000,
nwalkers=20,
save=False,
autoburnin=True,
autoburnin=False,
)
def test_run_nestle(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment