Skip to content
Snippets Groups Projects
Commit 841bdef0 authored by Matthew Pitkin's avatar Matthew Pitkin
Browse files

sampler.py: remove unnecessary print statement

parent 53d27a61
No related branches found
No related tags found
1 merge request!139Add PyMC3 sampler
......@@ -1144,8 +1144,6 @@ class Pymc3(Sampler):
else:
class Pymc3PowerLaw(pymc3.Continuous):
def __init__(self, lower, upper, alpha, testval=1):
print(lower, upper, alpha)
falpha = alpha
self.lower = lower = tt.as_tensor_variable(floatX(lower))
self.upper = upper = tt.as_tensor_variable(floatX(upper))
......
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