Commit 2d09f801 authored by Geoffrey Yu's avatar Geoffrey Yu
Browse files

remove debugging statement

parent 4a215372
......@@ -402,7 +402,6 @@ def get_contiguous_crop_idx(protein, crop_size, generator):
generator=generator,
device=chain_lens.device)
cur_asym_id = unique_asym_ids[int(idx)].item()
print(f"######## 405 cur_asym_id:{cur_asym_id} idx:{idx} and per_asym_residue_index keys: {list(per_asym_residue_index.keys())}")
asym_offset = per_asym_residue_index[int(cur_asym_id)]
crop_idxs.append(
torch.arange(asym_offset + chain_start, asym_offset + chain_start + chain_crop_size)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment