Skip to content

Commit 9149e53

Browse files
javierbqjoewatchwell
authored andcommitted
Fixed incorrect variable name in contig parsing
1 parent 5606075 commit 9149e53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rfdiffusion/contigs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(
8282
# specifying precise mappings
8383
self.ref = ref_idx
8484
self.hal = hal_idx
85-
self.rf = rf_idx
85+
self.rf = idx_rf
8686
self.mask_1d = [False if i == ("_", "_") else True for i in self.ref]
8787
# take care of sequence and structure masking
8888
if self.inpaint_seq_tensor is None:

0 commit comments

Comments
 (0)