FHof / torchquad

Multidimensional numerical integration on the GPU using PyTorch
https://www.esa.int/gsp/ACT/open_source/torchquad/
GNU General Public License v3.0
0 stars 0 forks source link

Extend the existing integration rule tests for other backends than torch #12

Closed FHof closed 2 years ago

FHof commented 2 years ago

The first commit changes the test functions code and example function initialisations so that they work with other numerical backends (via autoray). The other commits change the tests of the respective integration rules so that they use other backends than only torch. Related issue: #8