Skip to content

Adds bug fix for nested sampler#259

Merged
DrPaulSharp merged 2 commits intoRascalSoftware:masterfrom
DrPaulSharp:ns
Aug 19, 2024
Merged

Adds bug fix for nested sampler#259
DrPaulSharp merged 2 commits intoRascalSoftware:masterfrom
DrPaulSharp:ns

Conversation

@DrPaulSharp
Copy link
Collaborator

This PR implements in RAT a bug fix in the nested sampler algorithm: mattpitkin/matlabmultinest#5


% check certain values are positive integers or zero
if mod(nMCMC, 1) ~= 0 || nMCMC < 0
error('Error... nMCMC must be an integer >= 0')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Message can be cleaned up, maybe

error('NS Error: nMCMC must be an integer >= 0')

@DrPaulSharp DrPaulSharp merged commit d626445 into RascalSoftware:master Aug 19, 2024
@DrPaulSharp DrPaulSharp deleted the ns branch August 19, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants