Skip to content

Commit

Permalink
Merge branch 'main' into forbidden_types
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck authored Jan 17, 2025
2 parents b1f7f2e + 8a83dc4 commit cd01709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dummy_anndata/generate_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def generate_dataset(
obsm_types = list(set(matrix_generators.keys()) - obsm_vector_forbidden) + [f"df_{t}" for t in vector_generators.keys()]
if varm_types is None: # varm_types are all matrices or vectors, except for categoricals and nullables
varm_types = list(set(matrix_generators.keys()) - varm_vector_forbidden) + [f"df_{t}" for t in vector_generators.keys()]

if obsp_types is None: # obsp_types are all matrices
obsp_types = list(matrix_generators.keys())
if varp_types is None: # varp_types are all matrices
Expand Down

0 comments on commit cd01709

Please sign in to comment.