Thomas Robitaille

Results 433 issues of Thomas Robitaille

Some options are available only through the decorator (e.g. the style), while some are accessible as command-line options and one (the results dir) is also an ini option. We should...

enhancement
help wanted

Some CI services don't have good support for artifacts. In those cases we could print out to the log the base64 expected and actual image, inside a script to generate...

I'm running into the following failure over in glue-jupyter: ``` /usr/lib/python3.11/contextlib.py:137: in __enter__ return next(self.gen) ../../.tox/py311-test-visual/lib/python3.11/site-packages/pytest_mpl/plugin.py:318: in switch_backend prev_backend = matplotlib.get_backend().lower() ../../.tox/py311-test-visual/lib/python3.11/site-packages/matplotlib/__init__.py:1275: in get_backend return rcParams['backend'] _ _ _ _...

I have been reading the core metadata specification in the packaging guide and would like to request a clarification on the following section: https://packaging.python.org/en/latest/specifications/core-metadata/#provides-extra-multiple-use and specifically the following example: ```...

type: enhancement
state: needs clarification
component: specifications

A new test failure has appeared with hypothesis 4.42.0: ``` _____________________________________________________________ test_vec2ang _____________________________________________________________ @given(vectors=arrays(float, (3,), elements=floats(-1, 1)).filter(not_at_origin), > lonlat=booleans(), ndim=integers(0, 4)) @settings(max_examples=500, derandomize=True) def test_vec2ang(vectors, lonlat, ndim): astropy_healpix/tests/test_healpy.py:209: _ _...

bug

At the moment there is a lot of typecasting going on in the C code between int and int64_t. As suggested by @cdeil it would be a lot simpler if...

At the moment, the ``HEALPix`` class doesn't include data internally, and instead data should be passed when interpolating. However, it would be nice to be able to represent a HEALPix...

enhancement
help wanted
question

We should try and re-use the frame-parsing machinery from Astropy to make it so we can use: ```python hp = HEALPix(nside=4, order='ring', frame='galactic') ``` (like in SkyCoord)

enhancement
help wanted

Before we actually fix #34 we should add a mention in the documentation about precision limitations - like healpy we are mostly limited to nside=29 (50mas resolution) but close to...

documentation
precision

At the moment, our longitude/latitude to pixel conversion has a lower precision than that of the official HEALPix library close to the poles. This is visible when making a map...

help wanted
precision