Skip to content

Commit

Permalink
remove temporary debug message again
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Apr 11, 2020
1 parent 7b5803f commit 58cb880
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ultranest/netiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,6 @@ def combine_results(saved_logl, saved_nodeids, pointpile, main_iterator, mpi_com

# compute fraction in tail
w = saved_wt0 / saved_wt0.sum()
print(w.dtype, w.sum())
assert np.isclose(w.sum() - 1, 0), w.sum()
ess = len(w) / (1.0 + ((len(w) * w - 1)**2).sum() / len(w))
tail_fraction = w[np.asarray(main_iterator.istail)].sum()
Expand Down

0 comments on commit 58cb880

Please sign in to comment.