Using dynamic nested sampling...
Traceback (most recent call last):
File "/home/carman/Desktop/coding/SimpleMC/run_simplemc.py", line 7, in <module>
analyzer.executer()
File "/home/carman/Desktop/coding/SimpleMC/simplemc/DriverMC.py", line 159, in executer
self.nestedRunner(iniFile=self.iniFile, **kwargs)
File "/home/carman/Desktop/coding/SimpleMC/simplemc/DriverMC.py", line 367, in nestedRunner
sampler.run_nested(nlive_init=nlivepoints, dlogz_init=0.05, nlive_batch=100,
TypeError: DynamicSampler.run_nested() got an unexpected keyword argument 'simpleLike'
Traceback (most recent call last):
File "/home/carman/Desktop/coding/SimpleMC/run_simplemc.py", line 7, in <module>
analyzer.executer()
File "/home/carman/Desktop/coding/SimpleMC/simplemc/DriverMC.py", line 159, in executer
self.nestedRunner(iniFile=self.iniFile, **kwargs)
File "/home/carman/Desktop/coding/SimpleMC/simplemc/DriverMC.py", line 367, in nestedRunner
sampler.run_nested(nlive_init=nlivepoints, dlogz_init=0.05, nlive_batch=100,
TypeError: DynamicSampler.run_nested() got an unexpected keyword argument 'simpleLike'
When I enable dynamic nested sampler I am getting this error
Is it not usable or there's some sort of bug ?