Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise ValueError if concatenate is given no arrays (dask#4927)
* Raise `ValueError` if `concatenate` gets no arrays NumPy will raise if no arrays are provided to concatenate as it is unclear what to do. This adds a similar exception for Dask Arrays. Also this short circuits handling unusual cases later. Plus raises a clearer exception than one might see if this weren't raised. * Test `concatenate` raises when no arrays are given
- Loading branch information