Christoph Deil

Results 472 comments of Christoph Deil

You should make travis-ci.org your tester ... it's super-useful to have. Even just checking that `python setup.py install` and imports work with Python 2 / 3 is useful. Then to...

You can ping me for any questions about `.travis.yml` or weird error messages, I have some experience deciphering those ...

I'm still getting this fail because I don't have dill: ``` _______________________________________________________ TestPipeline.test_run_advanced ________________________________________________________ self = tmpdir = local('/private/var/folders/sb/4qv5j4m90pz1rw7m70rj1b1r0000gn/T/pytest-4/test_run_advanced0') def test_run_advanced(self, tmpdir): > import dill E ImportError: No module named...

> I didn't realize that the test functions were run when installing a > package. They aren’t. I was executing `python setup.py test`.

@mxschmitt - any chance to merge this in? Would be super to have conda packages on Mac. :-)

@philippjfr - I think you fixed this old issue in #6562 . Close?

I wanted to use the Astropy progress update utils today for the first time. The use case is to report to users progress of HiPS tile fetching from the internet...

I think this is a feature request to add a method to astropy that constructs coordinate arrays (where the array value is the world coordinate of the pixels in the...

I think it would be nice if this were a general method to generate arrays or world coordinates, i.e. not specific to 2d images. It could simply call `np.indices` to...

I had a large download from ADLS gen2 to my local Macbook that failed half-way because of flaky network connectivity (for a minute, after 2 hours of download). Can you...