Danny Price
Danny Price
Hmm, it's failing on ``` 45s tests/test_01_hickle_helpers.py::test_H5NodeFilterProxy FAILED [ 3%] ``` which was fixed by @mr-c --for Debian -- but I think I un-fised it when merging. The v5.0.3 release...
From a conversation with @rcthomas: - `astropy.io.fits open()` has a "uint16" kwarg that could be passed in that would prevent the automatic conversion to float32. Where you call open() I...
No worries, take your time, can reassess when beam approach has solidified.
Thanks @kiyo-masui, I'll take a look following that strategy. As it's an issue with decompression, looks like here is a good place to start: https://github.com/kiyo-masui/bitshuffle/blob/fdfcd404ac8dcb828857a90c559d36d8ac4c2968/src/bshuf_h5filter.c#L183 Which calls: https://github.com/kiyo-masui/bitshuffle/blob/ac791b73d164068661566bbe4335fc7158372c49/src/bitshuffle.c#L238 And then...
Looks like a regex update is needed for this line: ``` > with pytest.raises(AttributeError,match = r"can't\s+set\s+attribute"): E AssertionError: Regex pattern "can't\\s+set\\s+attribute" does not match "property 'dtype' of 'Dataset' object has...
Hi, I'm having trouble getting the feedstock to work (it is like a Rube Goldberg machine). I may need some help 🤯
Looks like a knight in shining feedstock armor arrived and is getting this working: https://github.com/conda-forge/hickle-feedstock/pull/15
Hi @michaelitvin, as you've noted it's pretty simple via `h5py`. I'm open to adding a simple method, but not sure best way to do so. Marking as `pull-request-welcome` 🤔
Hi @burnumburnum -- I don't have any experience with pyinstaller, assigning this to `help-wanted` tag.
Hi Furen, It does appear pygdsm version of GSM16 returns small negative values. Jeff Zheng's original code does too (https://github.com/jeffzhen/gsm2016). Comparsion images shown below (they look the same!). As this...