Skip to content
Snippets Groups Projects

Minor fixes to the logger output

Merged Gregory Ashton requested to merge minor-fixes-to-output into master
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -430,6 +430,7 @@ class Sampler(object):
likelihood evaluations.
"""
logger.info("Generating initial points from the prior")
unit_cube = []
parameters = []
likelihood = []
Loading