Skip to content

Commit

Permalink
[HotFix] Fix issue with the docs on Genz discontinuous
Browse files Browse the repository at this point in the history
  • Loading branch information
damar-wicaksono committed Nov 27, 2024
1 parent b82b889 commit 3d3eb9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- The M-dimensional discontinuous function from Genz (1984) for integration and
sensitivity analysis exercises; one parameter set from the literature
is included.
- The M-dimensional oscillatory function from Genz (1984) for integration
exercises; one parameter set from the literature is included.
- The M-dimensional Gaussian function from Genz (1984) for integration
Expand Down
2 changes: 1 addition & 1 deletion docs/test-functions/genz-discontinuous.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ my_testfun.prob_input.reset_rng(42)
xx_test = my_testfun.prob_input.get_sample(100000)
yy_test = my_testfun(xx_test)
plt.hist(yy_test, bins="auto", color="#8da0cb");
plt.hist(yy_test, color="#8da0cb");
plt.grid();
plt.ylabel("Counts [-]");
plt.xlabel("$\mathcal{M}(\mathbf{X})$");
Expand Down

0 comments on commit 3d3eb9d

Please sign in to comment.