Skip to content

Commit 1ca5410

Browse files
committed
testing emcee
1 parent b9c91fd commit 1ca5410

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test_without_ini.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from simplemc.DriverMC import DriverMC
2+
3+
sampler = "emcee"
4+
5+
analyzer = DriverMC(analyzername=sampler, model="LCDM", datasets="HD")
6+
analyzer.executer(nsamp=5000, walkers=100)
7+
analyzer.postprocess(addtxt=["Autoccorelation time failed"])

0 commit comments

Comments
 (0)