Skip to content

Commit

Permalink
Merge branch 'master' into anesthetic2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Oct 25, 2023
2 parents f0e8426 + 99a5961 commit 4cecb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypolychord/polychord.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def write(var):
write('=== Number of equally weighted posterior points in each cluster ===')
write(0)
write('=== Minimum loglikelihood positions ===')
write(np.argmin(lives[:,-1]))
write(np.argmin(lives[:,-1])+1)
write('=== Number of weighted posterior points in each dead cluster ===')
write('=== Number of equally weighted posterior points in each dead cluster ===')
write('=== global evidence -- log(<Z>) ===')
Expand Down

0 comments on commit 4cecb42

Please sign in to comment.