Skip to content

Commit

Permalink
Merge pull request JuliaStats#55 from johnmyleswhite/rm_stats
Browse files Browse the repository at this point in the history
Migrate stats functionality to external package
  • Loading branch information
davidagold committed Aug 21, 2015
2 parents 87c1304 + b01f3cd commit c429cc2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 394 deletions.
119 changes: 0 additions & 119 deletions perf/statistics.jl

This file was deleted.

1 change: 0 additions & 1 deletion src/NullableArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ module NullableArrays
include("operators.jl")
include("broadcast.jl")
include("reduce.jl")
include("statistics.jl")
include("show.jl")
end
100 changes: 0 additions & 100 deletions src/statistics.jl

This file was deleted.

1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ my_tests = [
"nullablevector.jl",
"nullablematrix.jl",
"reduce.jl",
"statistics.jl",
]

println("Running tests:")
Expand Down
Loading

0 comments on commit c429cc2

Please sign in to comment.