Nicolas Busca

Results 9 comments of Nicolas Busca

@londumas can you try without the `.gz` ? I've encountered problems with large files when gzipping in the past.

example code: ` In [1]: import fitsio In [2]: h=fitsio.FITS("example_bool.fits","rw") In [3]: a=rand(10) In [4]: h.write(a) In [5]: a=rand(10)>0.5 In [6]: h.write(a) In [7]: h.close() In [8]: h=fitsio.FITS("example_bool.fits") In [9]:...

> I'm sorry I missed your report earlier. no problem! I've just tried again at nersc with python 2.7.14, fitsio 0.9.11 and I get the behavior I initially reported. What...

I've just tried in python3 with fitsio 0.9.11 and I get the same error as you. Is this the expected behavior? Thanks!

I have the same issue. Installed imgcat via snap. `cat image.bmp | imgcat` works but `imgcat image.bmp` returns 403.

> @penguin359 I just released version v1.0.14 When you get some free time, it would be nice if could test it. ;) > > [8f2acbf#diff-42e26dc67aed8aa3edb2472b4403288c1699fb6dc47419b9a475f0f224fe4689R28](https://github.com/danielgatis/imgcat/commit/8f2acbf03dab176d1475e706618383245f550c6e#diff-42e26dc67aed8aa3edb2472b4403288c1699fb6dc47419b9a475f0f224fe4689R28) I've just installed a fresh...

I have the same issue when running on two GPUs with MirroredStrategy (tf-nightly): ``` 2023-06-30 09:27:16.791900: W tensorflow/core/framework/op_kernel.cc:1828] OP_REQUIRES failed at xla_ops.cc:566 : INVALID_ARGUMENT: Trying to access resource Resource-690-at-0x53c71be0 (defined...

I agree, but bins that aren't measured aren't used in the fit. Isn't it equivalent? In other words, isn't the inverse covariance of the *measured* bins equal to the inverse...

I don't see an obvious way to do this, do you have any ideas?