damar-wicaksono / uqtestfuns

A Python3 library of test functions from the uncertainty quantification community with a common interface for validation and benchmarking purposes.
https://uqtestfuns.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Add an implementation of the 2D function from Webster et al. (1996). #282

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

This PR should resolve Issue #261.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (6eb40b4) 98.84% compared to head (64308ca) 98.85%.

:exclamation: Current head 64308ca differs from pull request most recent head cc919f5. Consider uploading reports for the commit cc919f5 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #282 +/- ## ======================================= Coverage 98.84% 98.85% ======================================= Files 55 56 +1 Lines 1900 1916 +16 Branches 139 139 ======================================= + Hits 1878 1894 +16 Misses 11 11 Partials 11 11 ``` | [Impacted Files](https://app.codecov.io/gh/damar-wicaksono/uqtestfuns/pull/282?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damar+Wicaksono) | Coverage Δ | | |---|---|---| | [src/uqtestfuns/test\_functions/rs\_circular\_bar.py](https://app.codecov.io/gh/damar-wicaksono/uqtestfuns/pull/282?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damar+Wicaksono#diff-c3JjL3VxdGVzdGZ1bnMvdGVzdF9mdW5jdGlvbnMvcnNfY2lyY3VsYXJfYmFyLnB5) | `100.00% <ø> (ø)` | | | [src/uqtestfuns/test\_functions/\_\_init\_\_.py](https://app.codecov.io/gh/damar-wicaksono/uqtestfuns/pull/282?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damar+Wicaksono#diff-c3JjL3VxdGVzdGZ1bnMvdGVzdF9mdW5jdGlvbnMvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [src/uqtestfuns/test\_functions/webster.py](https://app.codecov.io/gh/damar-wicaksono/uqtestfuns/pull/282?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Damar+Wicaksono#diff-c3JjL3VxdGVzdGZ1bnMvdGVzdF9mdW5jdGlvbnMvd2Vic3Rlci5weQ==) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.