File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3983,7 +3983,7 @@ def pdb_input_to_molecule_input(
39833983def 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(
40604060def 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
You can’t perform that action at this time.
0 commit comments