Navigation Menu

Skip to content

Commit

Permalink
Updated tests for new chebyshev interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Apr 15, 2012
1 parent 1096e13 commit 41cac42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/chebyshev.lisp
Expand Up @@ -25,9 +25,11 @@
(addtest (chebyshev-tests)
chebyshev-open-inf
(ensure (<= (test-chebyshev-approximate (lambda (x) (/ x (+ 4 x)))
(interval 2 t) 15 (interval 2 102))
(interval 2 (xr:inf)) 15
(interval 2 102))
1e-5))
(ensure (<= (test-chebyshev-approximate (lambda (x) (exp (- x)))
(interval 0 t) 15 (interval 0 10)
(interval 0 (xr:inf)) 15
(interval 0 10)
:n-points 30)
1e-4)))

0 comments on commit 41cac42

Please sign in to comment.