Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Jan 2, 2020
1 parent 37e226b commit 9d2ed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mhcflurry/select_pan_allele_models_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def run(argv=sys.argv[1:]):
print(df[fold_cols].mean())

# Allele names in data are assumed to be already normalized.
df = df.loc[df.allele.isin(alleles)].dropna()
df = df.loc[df.allele.isin(alleles)]
print("Subselected to supported alleles: %s" % str(df.shape))

metadata_dfs["model_selection_data"] = df
Expand Down

0 comments on commit 9d2ed0a

Please sign in to comment.