`Inf` does not work in `quadgk!()`

It’s a bug; we didn’t handle the infinite-domain case when implementing the in-place API.

It’s fixable, but in the meantime you can just do the coordinate transformation to a finite domain manually.

1 Like