Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Merge 97b7b6e into 49004b5
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Jun 18, 2018
2 parents 49004b5 + 97b7b6e commit e227cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.6
julia 0.7-
Compat 0.43.0
Missings 0.2.1
StatsBase 0.15.0
Expand Down
2 changes: 1 addition & 1 deletion test/reducedim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ end
test_count()

# mapslices from Base, hacked to work for these cases
function safe_mapslices{T}(f::Function, A::AbstractArray{T}, region, skipmissing)
function safe_mapslices(f::Function, A::AbstractArray{T}, region, skipmissing) where T
dims = intersect(region, 1:ndims(A))
if isempty(dims)
if skipmissing
Expand Down

0 comments on commit e227cfe

Please sign in to comment.