Skip to content

Dynamic Nested Sampler Error #38

Description

@camarman

When I enable dynamic nested sampler I am getting this error

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'

Is it not usable or there's some sort of bug ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions