Skip to content

Commit

Permalink
test name
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Sep 8, 2023
1 parent 09ef579 commit a3661bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anndata/tests/test_readwrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_readwrite_roundtrip(typ, tmp_path, diskfmt, diskfmt2):

@pytest.mark.parametrize("storage", ["h5ad", pytest.param("zarr", marks=[needs_zarr])])
@pytest.mark.parametrize("typ", [np.array, csr_matrix, as_dense_dask_array])
def test_readwrite_h5ad(tmp_path, storage, typ, backing_h5ad, dataset_kwargs):
def test_readwrite_kitchensink(tmp_path, storage, typ, backing_h5ad, dataset_kwargs):
X = typ(X_list)
adata_src = ad.AnnData(X, obs=obs_dict, var=var_dict, uns=uns_dict)
assert not isinstance(adata_src.obs["oanno1"].dtype, pd.CategoricalDtype)
Expand Down

0 comments on commit a3661bc

Please sign in to comment.