Skip to content
Snippets Groups Projects
Commit fa0b64c2 authored by Jack Christopher Hutchinson Rolph's avatar Jack Christopher Hutchinson Rolph
Browse files

Update PeakOTron.py

parent 03fa2a93
Branches
Tags
No related merge requests found
......@@ -415,7 +415,7 @@ class PeakOTron:
conds = []
cond_count = (y_all>0)
cond_count = (y_all>1)
conds.append(cond_count)
# print("Check nsigma = {:3.3f} for chi2".format(self._fit_kwargs["truncate_nsigma0_do"]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment