Skip to content

Commit

Permalink
Requirements fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieumeo committed Jun 1, 2021
1 parent 5a66450 commit 18d67a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ch4_mlo.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
streg.plot_green_functions(component='trend')
streg.plot_green_functions(component='seasonal')
xx, mu = streg.fit(verbose=1)
min_values, max_values, samples = None, None, None # streg.sample_credible_region(return_samples=True)
min_values, max_values, samples = streg.sample_credible_region(return_samples=True)
streg.summary_plot(min_values=min_values, max_values=max_values)
streg.plot_seasonal_component(min_values=min_values['seasonal'], max_values=max_values['seasonal'],
samples_seasonal=samples['seasonal'])
Expand Down

0 comments on commit 18d67a7

Please sign in to comment.