Commit 913903e0 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Revert earlier change

parent e56b5976
......@@ -128,9 +128,9 @@ def build_template_pair_feat(
n, ca, c = [rc.atom_order[a] for a in ["N", "CA", "C"]]
rigids = Rigid.make_transform_from_reference(
n_xyz=batch["template_all_atom_positions"][..., n, :].float(),
ca_xyz=batch["template_all_atom_positions"][..., ca, :].float(),
c_xyz=batch["template_all_atom_positions"][..., c, :].float(),
n_xyz=batch["template_all_atom_positions"][..., n, :],
ca_xyz=batch["template_all_atom_positions"][..., ca, :],
c_xyz=batch["template_all_atom_positions"][..., c, :],
eps=eps,
)
points = rigids.get_trans()[..., None, :, :]
......
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