C. E. Brasseur
C. E. Brasseur
This PR is a continuation of https://github.com/astropy/astroquery/pull/442 so I am not sure it should be it's own separate thing (@bsipocz @keflavich @jwoillez). Work included: - Rebased https://github.com/astropy/astroquery/pull/442 onto current master...
**General information:** - emcee version: 2.2.1 - platform: linux - installation method (pip/conda/source/other?): pip **Problem description:** I get the following future warning when running emcee: ```...emcee/autocorr.py:41: FutureWarning: Using a non-tuple...
- [x] Check the box to confirm that you are familiar with the [contributing guidelines](https://learn.astropy.org/contributing/how-to-contribute) and/or indicate (check the box) that you are familiar with our contributing workflow. - [x]...
…s/setup-python-4.6.0 Bump actions/setup-python from 4.5.0 to 4.6.0 - [X] Check the box to confirm that you are familiar with the [contributing guidelines](https://learn.astropy.org/contributing/how-to-contribute) and/or indicate (check the box) that you are...
- [x] Check the box to confirm that you are familiar with the [contributing guidelines](https://learn.astropy.org/contributing/how-to-contribute) and/or indicate (check the box) that you are familiar with our contributing workflow. - [x]...
This PR moves [Compilation of the Team Docs of the Astropy Project](https://docs.google.com/document/d/19Hj8v4yP2q5Hb5G4KMLdDcjf6yQEH_9z104d0O6C34g/edit) (permission required) into GitHub.
### Description In the Astropy dev telecon of 1 March, we went through old repositories in the Astropy Org to see which ones can/should be archived. The list is in...
The Python 3.7 with dev astropy tests are failing, this needs to be fixed before the next astropy release.
Issue to capture small non-urgent things that I notice while adding new functionality: #### cube_cut.py - [x] `_get_cutout_limits` docstring parameters is wrong (center_coord is no longer a param) - [x]...
Right now `fits_cut` and `img_cut` assume the list of images they are given all share the same WCS and pixel scale, but no actual checking is done. A minor improvement...