Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
2d09f801
Commit
2d09f801
authored
Sep 10, 2023
by
Geoffrey Yu
Browse files
remove debugging statement
parent
4a215372
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
openfold/data/data_transforms_multimer.py
openfold/data/data_transforms_multimer.py
+0
-1
No files found.
openfold/data/data_transforms_multimer.py
View file @
2d09f801
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment