You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
While testing #114 I noticed that a problem was caught in the wrong test suite, namely
NaN return value
rather thanOut 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:
Out of domain
suite.Infinite domain
suite.NaN return value
suite.test/bisection.jl
.test/findroots.jl
to theroots
suite.test/newton1d.jl
to the tests for the 1Droots
suite.example
folder run without error.docs/test_suites.md
.Please let me know here if other test suites need to be completed.
The text was updated successfully, but these errors were encountered: