Antonio Valentino
Antonio Valentino
In my case I have a simple class ```python class BitStruct(bitstruct.CompiledFormat): def __init__(self, format: str): super().__init__(format) self._format: str = format @property def format(self) -> str: return self._format ``` that is...
@yunjunz there is a small issue. In `mintpy.cli.prep_gamma` there is ```python from mintpy.objects.sensor import SENSOR_NAMES ``` that triggers the import of numpy and h5py in `mintpy.objects.giant`. You chan check it...
> Update: rethinking about this makes me realize that making a copy as you did before was a pretty good solution! Shall we revert back to that? Probably it is...
OK, @yunjunz Commit done.
Thanks @yunjunz
Are there news on the issue with `test_nbytes_stored`? We also see it on Debian: https://ci.debian.net/data/autopkgtest/testing/s390x/r/resampy/26735584/log.gz
Any comment about this? Is it a real issue or is it maybe a small bug in the test code?
OK, failures on osx seems to be not related to this PR: see Blosc/c-blosc@5fc66f7cdcff969b47332ed843be5f344a5543cc and Blosc/c-blosc@406f5960da86f0932bd3609dae0bc70d5c785919.
As far as I can understand the query should return all products (also partially) covering the time interval that you have specified. I agree with you that the behavior is...
Hi @usamarehan557, could you please provide more information? A complete example reproducing the issue and a complete error traceback would surely help.