Closed bogovicj closed 8 months ago
see https://github.com/saalfeldlab/n5-blosc/issues/7
This error was caused because the buffer not being backed by an accessible byte array. The fix is to check if that is the case, and decode the buffer if not.
see https://github.com/saalfeldlab/n5-blosc/issues/7
This error was caused because the buffer not being backed by an accessible byte array. The fix is to check if that is the case, and decode the buffer if not.