Skip to content

Commit 42f4609

Browse files
authored
remove test for empty tuple for mean (#36)
1 parent b416906 commit 42f4609

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ end
6767
end
6868

6969
@testset "mean" begin
70-
@test_throws MethodError mean(())
7170
@test mean((1,2,3)) === 2.
7271
@test mean([0]) === 0.
7372
@test mean([1.]) === 1.

0 commit comments

Comments
 (0)