Thomas Robitaille

Results 433 issues of Thomas Robitaille

Work in progress!

This package has been reviewed by the Astropy coordination committee for inclusion in the Astropy affiliated package ecosystem. We have adopted a (new) review process for affiliated package that includes...

This package has been re-reviewed by the Astropy coordination committee in relation to the Astropy affiliated package ecosystem. We have adopted a review process for affiliated package that includes assigning...

enhancement

We use both the `cpp-coveralls` and `coveralls` packages for the Astropy project (http://www.astropy.org). However, both install a script named `coveralls`, which is confusing because they both accept different options. This...

### Python Version 3.11.2 ### Package Version 1.16 ### Description When trying to use blacken-docs with the documentation for one of my packages, blacken-docs is encountering a parsing error. A...

This implements a new --remote-tagged-cells option as described by @MSeal in https://github.com/nteract/papermill/issues/429#issuecomment-642806948. The idea of the current implementation is to keep it as simple as possible – only being able...

### Describe the bug If I create a Cython file containing just ``cimport numpy`` and try and compile it using CYTHON_LIMITED_API, I get a few errors: ``` /home/tom/python/dev/lib/python3.11/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning...

limited api

This pull request addresses https://github.com/astropy/astropy/issues/9238 by refactoring ``CompImageHDU`` to inherit from ``ImageHDU`` instead of ``BinTableHDU``. This includes some subtle API changes that cannot be warned about in advance using deprecation...

io.fits
Ready-for-final-review
Extra CI

### Description When asking for equivalent units for a number density, I am getting units of length. ### Expected behavior I would have thought that any unit in the returned...

units
Bug

While experimenting with checksums for compressed FITS images, I came across the following strange behavior. First, I load up the ``comp.fits`` file from our test suite and write it out,...

io.fits
Bug