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

Fix dtype of the VEGAS integral result #26

Closed FHof closed 2 years ago

FHof commented 2 years ago

When I added dtypes for numpy in #23 and dtype tests for VEGASMap and VEGASStratification, I forgot to also check the dtypes in the final integral result.