Thomas Robitaille

Results 433 issues of Thomas Robitaille

**Describe the issue**: When iterating over two arrays with map_blocks, I am running into an issue where each call to the function to process each chunk gets chunks with mismatching...

array

Currently, passing dask arays to ``Unit.to`` works but returns a fully computed Numpy array: ```python In [1]: from dask import array as da In [2]: from astropy import units as...

units
needs-discussion
API change

The ``Model`` class allows a dictionary to be passed to e.g. ``fixed``, ``tied``, and ``bounds`` when initializing the model. However, the ``CompoundModel`` class does not. Is this an oversight, or...

Feature Request
modeling

GIven a model with scalar or array parameters, I would like to be able to easily make another model which has different parameter values (either scalar or array), while preserving...

Feature Request
modeling

It would be nice to provide a way to use ``asv`` with the [coverage](https://coverage.readthedocs.io/en/latest/index.html) package in order to measure how much of a code base is covered by benchmarks. This...

See also https://github.com/astropy/astropy-project/issues/435 Fix https://github.com/astropy/astropy-project/issues/435

Following the process described [here](https://github.com/astropy/astropy-project/blob/main/policies/adding-new-role-members.md) I would like to propose adding Sam Van Kooten (@svank) as a reproject maintainer. Sam has contributed a significant sub-module (reproject.adaptive) as well as other...

roles and staffing :briefcase:

We should document the logging added in #450 - at the very least: ``` import logging logging.basicConfig(level=logging.INFO) ``` but can also specifically set the logging level for the relevant sub-modules.

Documentation

The 3D scatter viewer is no longer showing any points for me, and also shows an additional panel between the visualization and the regular glue viewer and layer options: ![image](https://github.com/glue-viz/glue-jupyter/assets/314716/e4cd3988-795c-4f48-846a-42232b2e3fcb)...

bug
:fire:
viewer-3d-scatter

The following options appear to be missing in the 3D viewers: * The ability to change the stretch along x/y/z * The ability to properly set the aspect ratio to...

enhancement
viewer-3d-scatter
viewer-3d-volume