Skip to content

Commit

Permalink
fix issue #17: self.logger instead of self.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Dec 4, 2020
1 parent 62683d9 commit a05aa6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ultranest/integrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,6 @@ def _refill_samples(self, Lmin, ndraw, nit):
maxradiussq=self.region.maxradiussq,
sample_u=u, sample_v=v, sample_logl=logl)
np.savetxt(debug_filename + '.csv', self.region.u, delimiter=',')
log.info("live points stored in %s.csv" % debug_filename)
warning_message = warning_message1 + (warning_message2 % ' (stored for you in %s.csv)') % debug_filename
else:
warning_message = warning_message1 + warning_message2 % ''
Expand Down

0 comments on commit a05aa6e

Please sign in to comment.