Skip to content

Commit

Permalink
Change function import.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed Nov 15, 2023
1 parent 4fee8d5 commit 2356dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gaussian_nondiagcov_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def run_example(
# 2D surface plot of posterior.
# ==================================================================
ln_posterior_func = partial(ln_posterior, inv_cov=inv_cov)
ln_posterior_grid, x_grid, y_grid = ex_utils.eval_func_on_grid(
ln_posterior_grid, x_grid, y_grid = hm.utils.eval_func_on_grid(
ln_posterior_func,
xmin=xmin,
xmax=xmax,
Expand Down

0 comments on commit 2356dbf

Please sign in to comment.