Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed May 8, 2024
1 parent 1f1cbef commit 0ac52b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemmapy/_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def find_match(x):
match = i
return match

sample_matches= [find_match(x) for x in sample_ids]
sample_matches = [find_match(x) for x in sample_ids]


rename_dict = sub.make_dict([m_cols[i] for i in sample_matches],sample_names)
Expand Down

0 comments on commit 0ac52b8

Please sign in to comment.