aeisenbarth

Results 53 issues of aeisenbarth

**Describe the bug** When loading a spatial AnnData file, only embeddings like "pca", "umap" are offered but not "spatial". According to the [documentation](https://github.com/chanzuckerberg/cellxgene-documentation/blob/03fff9c989e94755e1a7f9709b1f821af7828633/explore-data/explorer-tutorials.md#cellxgene-explorer-interface), it should be possible to display spatial...

bug

When you want to create a categorical widget with choices that are produced by a long-running function (e.g. network request), the process freezes the user interface. Usually one would run...

enhancement
good first issue

Sometimes you want to structure user interfaces by grouping widgets. Currently when adding two containers A and B to a Napari dock (a parent container), the widgets in the nested...

## Feature The `Interactive` viewer is currently implemented as an **application** (wrapping and using Napari as a view component), which can, as far as I could see, only be launched...

enhancement :sparkles:

## The problem Apparently after upgrading from 7.x, the configuration needs changes which I am trying to try out and debug. For this, I want to see the available CLI...

bug

## Description When the input arrays are of type `uint64`, adding a builtin type like `1` produces a `float64`. This change casts the result back to the input dtype. Fixes...

:adhesive_bandage: type: Bug fix

### Description: When input arrays are created with `np.uint`, operations between different integer dtypes change behavior and produce a float, causing an error. This is because `factor = s2.max() +...

:bug: Bug

When running QC on a single-cell dataset with less than 500 features and leaving argument defaults, an index error is raised. This is because the default for `percent_top` assumes genomics...

### Describe the bug When a string constant is imported, sphinx cannot find the docstring of the original definition (in the module form where it was imported). Instead, it gives...

type:bug
extensions:autodoc

**Is your feature request related to a problem? Please describe.** When using autodoc\_pydantic with recursive autosummary, I must edit the template so that it documents items with objtype `pydantic_model`. The...

type:proposal
extensions:autosummary