Skip to content

Commit e249290

Browse files
authored
Update inputs.py (#287)
1 parent 344cadd commit e249290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alphafold3_pytorch/inputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3983,7 +3983,7 @@ def pdb_input_to_molecule_input(
39833983
def compute_pocket_constraint(
39843984
token_dists: Float["n n"], # type: ignore
39853985
token_parent_ids: Int[" n"], # type: ignore
3986-
unique_token_parent_ids: Int[" n"], # type: ignore
3986+
unique_token_parent_ids: Int[" p"], # type: ignore
39873987
theta_p_range: Tuple[float, float],
39883988
geom_distr: torch.distributions.Geometric,
39893989
) -> Float["n n"]: # type: ignore
@@ -4060,7 +4060,7 @@ def compute_contact_constraint(
40604060
def compute_docking_constraint(
40614061
token_dists: Float["n n"], # type: ignore
40624062
token_parent_ids: Int[" n"], # type: ignore
4063-
unique_token_parent_ids: Int[" n"], # type: ignore
4063+
unique_token_parent_ids: Int[" p"], # type: ignore
40644064
dist_bins: Float["bins"], # type: ignore
40654065
geom_distr: torch.distributions.Geometric,
40664066
) -> Float["n n bins"]: # type: ignore

0 commit comments

Comments
 (0)