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

Complete tests suites #115

Open
10 tasks
Kolaru opened this issue Mar 3, 2019 · 0 comments
Open
10 tasks

Complete tests suites #115

Kolaru opened this issue Mar 3, 2019 · 0 comments
Labels
no test The issue is resolved but tests should still be added v1.0

Comments

@Kolaru
Copy link
Collaborator

Kolaru commented Mar 3, 2019

While testing #114 I noticed that a problem was caught in the wrong test suite, namely NaN return value rather than Out of domain, because the latter does not test multidimensional function. This made me realize that several test suites are incomplete.

So I open this issue to list missing tests. I'll add them in a future PR.

Currently the todo list is:

  • Add multi dimensional tests to the Out of domain suite.
  • Add multi dimensional tests to the Infinite domain suite.
  • Add one dimensional tests to the NaN return value suite.
  • Use test in test/bisection.jl.
  • Adapt tests in test/findroots.jl to the roots suite.
  • Add tests in test/newton1d.jl to the tests for the 1D roots suite.
  • Test that the examples in the example folder run without error.
  • Add some tests from the sources given in docs/test_suites.md.
  • Test function with interval parameter (cf. Krawczyk fails for functions with interval parameters #99).
  • Add the convoluted double reciprocal case from Reciprocal of reciprocal misses root #131.

Please let me know here if other test suites need to be completed.

@Kolaru Kolaru added the no test The issue is resolved but tests should still be added label Nov 6, 2024
@Kolaru Kolaru added the v1.0 label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no test The issue is resolved but tests should still be added v1.0
Projects
None yet
Development

No branches or pull requests

1 participant