Skip to content

Commit

Permalink
Update plot_smolyak_quadrature.py
Browse files Browse the repository at this point in the history
Fixes value of the dimension.
  • Loading branch information
mbaudin47 committed May 14, 2024
1 parent e70bc93 commit f5a5e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def g_function_py(x):
# %%
# We see that Smolyak's quadrature has produced a quite accurate
# approximation of the integral.
# With only 781 nodes in dimension 4, the approximation has more than 2 correct
# With only 781 nodes in dimension 5, the approximation has more than 2 correct
# digits.

# %%
Expand Down

0 comments on commit f5a5e90

Please sign in to comment.