Skip to content

Commit

Permalink
Fix bug in string spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
loucerac committed May 4, 2023
1 parent 6d634da commit 04cbaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drexml/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def load_df(path, key=None):
def get_index_name_options(key):

if key == "circuits":
return ["hipathia_id", "hipathia", "cicuits_id", "index"]
return ["hipathia_id", "hipathia", "circuits_id", "index"]
elif key == "genes":
return ["entrezs", "entrez", "entrez_id", "index"]
else:
Expand Down

0 comments on commit 04cbaa8

Please sign in to comment.