This repository was archived by the owner on May 4, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix isna(::DataArray) deprecation (#252)
The deprecation wasn't used as the varargs isa(::DataArray, ::Real...) method unexpectedly took precedence. It shouldn't apply when there are zero indices, so change its signature to reflect this. Get rid of the at-nsplat call which isn't needed here (and no longer used in Julia Base).
- Loading branch information