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

Add a test for numerical backends #3

Closed FHof closed 2 years ago

FHof commented 3 years ago

Description

A simple test for pytest which checks if integration with numpy and torch backend succeeds.

Related Pull Requests

The test requires changes from #2.