Weize

Results 16 issues of Weize

For example: ```Python from oneface import one, Arg from oneface.dash_app import App, InputItem from dash import dcc, html class Person: def __init__(self, name, age): self.name = name self.age = age...

question

`st.pl.overlay_slices_2d` is not compitible with Numpy>=2.0: ``` st.pl.overlay_slices_2d(slices = aligned_slices, spatial_key = key_added, height=3, overlay_type='backward', legend_kwargs={'loc': 'upper center', 'bbox_to_anchor': (0.5, 0),'borderaxespad': -2, 'frameon': False},) --------------------------------------------------------------------------- AttributeError Traceback (most recent call...

When the data in adata contains negative values, the following error occurs when running st.align.morpho_align. ``` --------------------------------------------------------------------------- LinAlgError Traceback (most recent call last) Cell In[19], [line 1](vscode-notebook-cell:?execution_count=19&line=1) ----> [1](vscode-notebook-cell:?execution_count=19&line=1) aligned_slices,...

Fig bug https://github.com/aristoteleo/spateo-release/issues/345

When I try to bin the h5ad with `spateo.preprocessing.aggregate.bin_data`: ``` AttributeError: Module 'scipy' has no attribute 'issparse' ``` My `scipy` version: `1.15.1` I think the problem is here: https://github.com/aristoteleo/spateo-release/blob/622a20f0d4fc319f10e1e876cae87a566cc8f757/spateo/preprocessing/aggregate.py#L35 Should...

Is there any plan to support reading [pairs](https://github.com/4dn-dcic/pairix) files?