Skip to content

Commit

Permalink
#395 pgen parallel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luppovdaniil committed Nov 14, 2024
1 parent 9faa420 commit b244335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_src/DefaultDBGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
def calc_pgen(multiargument):
cdr3aa = multiargument[0]
gene = multiargument[1]
specie = multiargument[1]
specie = multiargument[2]
model = models_dict[f'{specie}_{gene}']
p_gen = model.compute_pgen_cdr3aa(cdr3aa)
return p_gen
Expand Down

0 comments on commit b244335

Please sign in to comment.