Skip to content

Commit

Permalink
Update MixTCRpred.py
Browse files Browse the repository at this point in the history
Minor correction: ':' forgotten in the new if ... else
  • Loading branch information
dana98moreno authored Nov 28, 2023
1 parent bc11036 commit 2b64bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MixTCRpred.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
if model_name in list(d_model_anc.keys()):
all_perc_rank = src.utils.compute_perc_rank(model_name, d_model_anc, predicted_scores)
df_res['perc_rank'] = all_perc_rank
else
else:
df_res['perc_rank'] = np.nan

df_res = df_res.drop('epitope', axis = 1)
Expand Down

0 comments on commit 2b64bac

Please sign in to comment.