Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gtca committed Jun 8, 2023
1 parent 9bd999e commit 3e1d490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muon/_core/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def embedding(
keys = color
else:
raise TypeError("Expected color to be a string or an iterable.")

# Fetch respective features
if not all([key in obs for key in keys]):
# {'rna': [True, False], 'prot': [False, True]}
Expand Down

0 comments on commit 3e1d490

Please sign in to comment.