Skip to content

Commit

Permalink
reverting previous commit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Nov 18, 2024
1 parent 97cd5f1 commit bbc05a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scdataloader/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def getBiomartTable(
res = res[~(res["ensembl_gene_id"].isna())]
if "hgnc_symbol" in res.columns:
res.loc[res[res.hgnc_symbol.isna()].index, "hgnc_symbol"] = res[
~res.hgnc_symbol.isna()
res.hgnc_symbol.isna()
]["ensembl_gene_id"]
return res

Expand Down

0 comments on commit bbc05a2

Please sign in to comment.