We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9b6af1 + ab3b088 commit 0842cbbCopy full SHA for 0842cbb
src/boltz/data/feature/featurizer.py
@@ -644,6 +644,7 @@ def process_token_features(
644
resolved_mask = pad_dim(resolved_mask, 0, pad_len)
645
disto_mask = pad_dim(disto_mask, 0, pad_len)
646
pocket_feature = pad_dim(pocket_feature, 0, pad_len)
647
+ cyclic_period = pad_dim(cyclic_period, 0, pad_len)
648
649
token_features = {
650
"token_index": token_index,
0 commit comments