Skip to content

Commit cb27d87

Browse files
authored
Update inputs.py (#280)
1 parent be1ea03 commit cb27d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alphafold3_pytorch/inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ def molecule_to_atom_input(mol_input: MoleculeInput) -> AtomInput:
773773
bonds = mol.GetBonds()
774774
num_bonds = len(bonds)
775775

776-
for bond in has_bonds:
776+
for bond in bonds:
777777
atom_start_index = bond.GetBeginAtomIdx()
778778
atom_end_index = bond.GetEndAtomIdx()
779779

0 commit comments

Comments
 (0)