Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh8 committed Dec 31, 2018
1 parent 130c546 commit 15c953b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Remez
using BaseTestNext
using Test

import Remez: ratfn_leastsquares, ratfn_eval, ratfn_minimax, goldensection, winnow_extrema

Expand All @@ -18,7 +18,7 @@ end
# Test leastsquares rational functions.
@testset "Leastsquares test 1" begin
n = 10000
a = Array(BigFloat, n+1)
a = Array{BigFloat}(undef, n+1)
for i = 0:1:n
a[1+i] = i/BigFloat(n)
end
Expand Down

0 comments on commit 15c953b

Please sign in to comment.