Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Nov 25, 2017
1 parent e4c21bc commit 2b2ce0c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ def percentile_ranks(self, affinities, allele=None, alleles=None, throw=True):
for (allele, sub_df) in df.groupby("allele"):
df.loc[sub_df.index, "result"] = self.percentile_ranks(
sub_df.affinity, allele=allele, throw=throw)
assert not df.result.isnull().any()
return df.result.values

def predict(self, peptides, alleles=None, allele=None, throw=True):
Expand Down

0 comments on commit 2b2ce0c

Please sign in to comment.