**Describe the bug** The current zoom implementation throws a TypeError if use_gpu is True. **Steps to reproduce:** 1. Modify test and set use_gpu True. 2. Run tests. **Solution:** Error is in line 213: `zoomed = cupy.numpy`.