Dominik Neise
Dominik Neise
just ran into this issue on the train. Windows seemed almost workable when using WSL ...
Gladly, but the typical file is a few GB ... the smallest I found quickly ~200MB. I'll try to create a file containing just 2 events or so ... might...
Hello again, I finally got around finding a tiny file containing only 5 events. [fact_example.zip](https://github.com/esheldon/fitsio/files/426602/fact_example.zip) (I zipped it, so I was able to upload it here)
When trying to read the file with `fitsio.FITS` I ran into a problem, which I think is home-made by those members of the FACT collaboration, who designed this kind of...
Another interesting observation, I just made... As pointed out above, the header of the bintable extension 2 does not specify the maximum length of the variable length arrays. (one can...
Ah, I should mention ... I already tried to do this patch I proposed further up. I forked your repo and played around a bit. https://github.com/dneise/fitsio its 4 commits ahead...
It kind of works, in that I can read files also, when I did not manually overwrite THEAP, but this fancy max_size inference does not work.
According to the [`setup.py`](https://github.com/ggtracker/sc2reader/blob/upstream/setup.py#L26) 2.7, and 3.4 - 3.7 are supported. The test are conducted on [2.7 and 3.7](https://github.com/ggtracker/sc2reader/blob/upstream/.circleci/config.yml#L19) In this context Christian mentioned also this: https://devguide.python.org/devcycle/#end-of-life-branches where it says,...
I see and agree. Would it be okay for you, if we then also tested on all versions, which we claim to support? I remember we ran into funny issues...
I believe this is the list of all pre-built Python images circleci has available: https://circleci.com/docs/2.0/docker-image-tags.json So I guess testing on all of these is ridiculously simple. I do not see...