Skip to content

Commit

Permalink
Removed numeric array tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Sep 26, 2014
1 parent 30107c8 commit 5596073
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ num_tests = length(data)
@test_throws MethodError weighted_mean("string", "input")

for i = 1:num_tests
@test isa(data[i], NumericArray)
@test isa(weights[i], NumericArray)
@test approx_eq(weighted_median(data[i], weights[i]), median_answers[i], tol)
@test approx_eq(weighted_mean(data[i], weights[i]), mean_answers[i], tol)
end

0 comments on commit 5596073

Please sign in to comment.