Skip to content

Commit

Permalink
Test file for variance.jl (TheAlgorithms#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
arubhardwaj committed Jun 13, 2021
1 parent 06ef299 commit 3afd945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/variance.jl
@@ -0,0 +1,4 @@
# Test file of variance.jl in https://github.com/TheAlgorithms/Julia/tree/main/src/statistics
using Test
a = 1:10
@test var(a) == 5.5

0 comments on commit 3afd945

Please sign in to comment.