Skip to content

Commit

Permalink
change printouts at top of plotting script
Browse files Browse the repository at this point in the history
  • Loading branch information
cspollard committed Jan 20, 2020
1 parent 12fd86d commit d34fc74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ext/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
print()
print("the best-fit parameter values:")
print(xs_unsorted[0])
print()

print("the difference between most-likely and best-fit:"
print(bests - xs_unsorted[0])
print()

# if we only have one param we need to add a dimension.
if len(xs.shape) == 1:
Expand Down

0 comments on commit d34fc74

Please sign in to comment.