Pablo Gómez

Results 26 issues of Pablo Gómez

# Feature ## Desired Behavior / Functionality Currently, there are several tests for a multitude of components of torchquad. However, we have never investigated test coverage. This may be desirable,...

documentation
good first issue
help wanted

# Feature ## Desired Behavior / Functionality Ideally we want to autoformat every PR with black. Right now there is a GitHub Action in https://github.com/esa/torchquad/blob/main/.github/workflows/autoblack.yml for this. However, it doesn't...

bug
enhancement
good first issue
help wanted

# Feature ## Desired Behavior / Functionality Currently, torchquad only implements Newton-Cotes formulas as deterministic integration methods. A logical next step would be Gaussian quadrature methods. ## What Needs to...

documentation
enhancement
good first issue
help wanted

# Description Summary of changes * Added adaptive_trapezoid * Added adaptive_grid ## Outstanding work - [x] Create some test functions to see if this is working (or use existing ones)...

# Feature ## Desired Behavior / Functionality Current test functions are based only on polynomials and sinusoidal and exponential functions. ## What Needs to Be Done - [ ] Find...

enhancement
good first issue
help wanted

# Feature ## Desired Behavior / Functionality The state of the art in deterministic integration methods is arguably [QUADPACK](https://en.wikipedia.org/wiki/QUADPACK). However, there are no GPU implementations of it. ## What Needs...

documentation
enhancement
help wanted

# Feature ## Desired Behavior / Functionality torchquad allows fully differentiable numerical integration. This can enable neural network training through integrals. This capability deserves a dedicated example. There is a...

documentation
good first issue
help wanted

It seems, for small mu values (< 100) , errors for the eph are extremely high / computations become numerically unstable? The following snippet: ```py import pykep as pk import...

bug

Calling `my_planet.compute_period()` (as suggested in docs [here](https://esa.github.io/pykep/documentation/planets.html#pykep.planet._base.compute_period)) on a keplerian planet leads to ``` ArgumentError: Python argument types in _base.compute_period(keplerian) did not match C++ signature: compute_period(class kep_toolbox::planet::base {lvalue}, class kep_toolbox::epoch)...

bug

# Issue ## Problem Description Current usage may overwrite loguru logger in other applications ## Expected Behavior Not interfering with user's logging ## What Needs to be Done Correct implementation...

bug
good first issue
help wanted