Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests #215

Open
1 of 8 tasks
lxvm opened this issue Jan 3, 2024 · 0 comments
Open
1 of 8 tasks

Add tests #215

lxvm opened this issue Jan 3, 2024 · 0 comments

Comments

@lxvm
Copy link
Collaborator

lxvm commented Jan 3, 2024

Is your feature request related to a problem? Please describe.

Creating this issue to track the status of the interface tests in Integrals.jl for providing fully-featured Julia integration libraries.
The first item should be possible in v4 of Integrals.
For the remaining items, some but not all of the libraries will support the features requested.
In the cases these can be implemented, they will likely improve the correctness of the program.

Describe the solution you’d like

To add integration tests and derivative tests for (in order of importance):

  • Update the interface tests to use IntegralFunctions and BatchIntegralFunctions, like the derivative tests
  • types of quadrature points are the floating-point promotion of the types of the limits of integration (c.f. #221)
  • shapes of array-valued integrands and parameters are preserved (e.g 0-d arrays, vectors, matrices, etc...)
  • complete infinite limit tests for the whole interface (Refactor infinity substitution #231)
  • Get as close as possible to 100% code-coverage (e.g. by testing keywords of algorithms)
  • additional numeric precision (e.g. single precision)
  • additional numeric types (e.g. complex)
  • integrals with unitful integrands and limits of integration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant