Skip to content
Snippets Groups Projects
Commit f9a0b82c authored by Colm Talbot's avatar Colm Talbot
Browse files

flake examples

parent e2601cbc
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ fig2.savefig('outdir/hyper_parameter_combined_posteriors.png')
def hyper_prior(data, mu, sigma):
return np.exp(- (data['c0'] - mu)**2 / (2 * sigma**2)) /\
(2 * np.pi * sigma**2)**0.5
(2 * np.pi * sigma**2)**0.5
def run_prior(data):
......
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