Skip to content

Commit a22670b

Browse files
committed
whitespace fix srry
1 parent 85536f6 commit a22670b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

models/rfd3/src/rfd3/model/inference_sampler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ def apply_symmetry_to_X_L(self, X_L, f):
380380
fixed = f.get("is_motif_atom_with_fixed_coord")
381381
asu, ent = symmetry_feats["is_sym_asu"], symmetry_feats["sym_entity_id"]
382382
held_motif = (
383-
not self.allow_realignment
384-
and fixed is not None
383+
not self.allow_realignment
384+
and fixed is not None
385385
and bool((fixed & asu & (ent != FIXED_ENTITY_ID)).any())
386386
)
387387

0 commit comments

Comments
 (0)