Skip to content
Snippets Groups Projects
Commit f74f85fa authored by Bruce Edelman's avatar Bruce Edelman
Browse files

remove old commented out print statement

parent 1b781bd0
No related branches found
No related tags found
1 merge request!704Resolve #430 (Add normalisation flag to constrained prior)
......@@ -416,7 +416,6 @@ class PriorDict(dict):
for key in sample], **kwargs)
ratio = self.normalize_constraint_factor(tuple(sample.keys()))
#print("ratio = {}".format(ratio))
if np.all(prob == 0.):
return prob
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment