Skip to content
Snippets Groups Projects
Commit 8abb56b4 authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'hack-fix-kombine' into 'master'

Remove the autoburnin causing kombine to fail the CI tests

Closes #585

See merge request !988
parents 59a48307 092a74c3
No related branches found
No related tags found
1 merge request!988Remove the autoburnin causing kombine to fail the CI tests
Pipeline #251392 passed
......@@ -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