Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Oct 3, 2024
1 parent 4848f79 commit da2a7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cellarr/build_cellarrdataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def build_cellarrdataset(
if not os.path.isdir(output_path):
raise ValueError("'output_path' must be a directory.")

_subsets = cell_metadata_options.cell_metadata
_subsets = cell_metadata_options.column_types
if _subsets is not None and len(_subsets) > 0:
_subsets = list(_subsets.keys())

Expand Down

0 comments on commit da2a7ca

Please sign in to comment.