We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c91fd commit 1ca5410Copy full SHA for 1ca5410
test_without_ini.py
@@ -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