Emergency Self-Construct
Emergency Self-Construct
If you think that is useful, pull-requests will be accepted. :+1:
@mrocklin I would implement this next perhaps, will it still be of value to you?
Just the unitests, I guess. On 17 June 2017 14:34:17 CEST, Omachonu Ogali wrote: >Do you want the entire test suite (cram, unit tests, and code >coverage)? > >Or just...
@lopsided thank you for asking about this. What settings are you using for Blosc and bloscpack. Maybe you need to either use a higher compression setting (like 9) and/or change...
@lopsided a list of settings to explore is here: https://github.com/Blosc/bloscpack#settings If you can share the data or an anonymized variant that has similar entropy we could look into this in...
> Thanks for the quick reply! Thank you, it may take me a few days to tinker.
I am so sorry, but there was no space left in my schedule to look into this.
No, no random access is needed and it should theoretically work fine in streaming mode. You can try to implement the following to support compressing/decompressing from/to stdin/stdout ``` PlainSTDINSource CompressedSTDINSource...
@trianta2 thanks for reporting this, I have tried this locally and can confirm I am able to reproduce your findings.
@Enolerobotti thank you for submitting this. I removed all Numba references from your example and I also receive an `AssertionError`, so I am unsure what the example you posted is...