probabilistic-numerics / probnum

Probabilistic Numerics in Python.
http://probnum.org
MIT License
439 stars 57 forks source link

Add Bq test problems #838

Closed katharina-ott closed 1 year ago

katharina-ott commented 1 year ago

In a Nutshell

Add test problems for BQ from Genz-family and various others.

Detailed Description

Related Issues

Closes #585

codecov[bot] commented 1 year ago

Codecov Report

Merging #838 (4e6fff0) into main (b9b7f3c) will increase coverage by 0.29%. The diff coverage is 99.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #838      +/-   ##
==========================================
+ Coverage   91.17%   91.47%   +0.29%     
==========================================
  Files         218      220       +2     
  Lines        8241     8552     +311     
  Branches     1068     1145      +77     
==========================================
+ Hits         7514     7823     +309     
- Misses        499      500       +1     
- Partials      228      229       +1     
Files Coverage Δ
src/probnum/problems/zoo/quad/__init__.py 100.00% <100.00%> (ø)
...probnum/problems/zoo/quad/_quadproblems_uniform.py 100.00% <100.00%> (ø)
...robnum/problems/zoo/quad/_quadproblems_gaussian.py 96.61% <96.61%> (ø)