Anshul Singhvi
Anshul Singhvi
That's strange - tests are all passing, but the build failed when it came time to upload the codecov data, saying the job was already closed.
> `Error: Bad response: 422 {"message":"Can't add a job to a build that is already closed. Build 10492471554 is closed. See docs.coveralls.io/parallel-builds","error":true}` (this line repeats in every log from the...
Let's merge this, I'll fix the pipeline in another PR.
Will test locally, it looks like the example is somehow broken.
Since I'm adding more filters anyway, I'm wondering if it makes sense to refactor everything now into a codec? At least for the `zcompress/zencode` / `zuncompress/zdecode`, we could theoretically just...
Everything here more or less works. I also want to add this to the Python tests to test the I/O. What's the best way to do that?
This PR is pretty much done from my end - I will continue development and refactoring the compressor/filter stack under a single `Codec` type in a new branch https://github.com/JuliaIO/Zarr.jl/tree/as/codecs which...
I still need to add some tests going from Python -> Julia and back again, should be able to get to that today though. Thanks for the ping :D
Sorry, this slipped off my radar for a bit. Should be done now, and all CI seems green as well. Feel free to merge whenever convenient for you.
Also, would we want to factor out to a `NumCodecs.jl` library of our own at some point?