Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm committed Nov 20, 2024
1 parent b2601a4 commit b8a0925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netam/dxsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(

for i, (aa_parent, aa_child) in enumerate(zip(aa_parents, aa_children)):
self.masks[i, :] = codon_mask_tensor_of(
nt_parents[i], nt_children[i], self.max_aa_seq_len
nt_parents[i], nt_children[i], aa_length=self.max_aa_seq_len
)
aa_seq_len = len(aa_parent)
assert_pcp_valid(
Expand Down

0 comments on commit b8a0925

Please sign in to comment.