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

Commit

Permalink
And here we test our powers of observation
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Mar 21, 2017
1 parent 4e954b3 commit bfcdf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reducedim.jl
Expand Up @@ -44,7 +44,7 @@ end
if skipna
naval = f(T[], 1)
A = copy(A)
A[isna(A)] = isempty(naval) ? NA : naval[1]
A[isna.(A)] = isempty(naval) ? NA : naval[1]
end
return A
end
Expand Down

0 comments on commit bfcdf4b

Please sign in to comment.