nested_sampling
nested_sampling copied to clipboard
python based implementation of the nested sampling algorithm
When using the distributed parallelisation we build an mc_walker for each worker but are then also required to pass the mcwalker to the NestedSampling class. This particular instance of the...
When I used nosetests nested_sampling, I got an error: No module named cv_trapezoidal $ nosetests nested_sampling E ====================================================================== ERROR: Failure: ImportError (No module named cv_trapezoidal) ---------------------------------------------------------------------- Traceback (most recent call...