Skip to content

Commit

Permalink
Merge branch 'main' into feature_typehints
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck authored Nov 13, 2024
2 parents 634b153 + 2cf0931 commit bbb25b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dummy_anndata/generate_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def generate_dataset(
]
)
varm_types = list(set(matrix_generators.keys()) - vector_not_allowed)

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 bbb25b6

Please sign in to comment.