"examples/python_rs/vscode:/vscode.git/clone" did not exist on "437d8e37771e6854595486f73d2441d129d95cde"
Commit 8f08fbb7 authored by Geoffrey Yu's avatar Geoffrey Yu
Browse files

modify imports and header

parent 585136e4
# Copyright 2021 AlQuraishi Laboratory # Copyright 2021 AlQuraishi Laboratory
# # Dingquan Yu @ EMBL-Hamburg Kosinski group
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at
...@@ -27,14 +27,12 @@ from tests.config import consts ...@@ -27,14 +27,12 @@ from tests.config import consts
import logging import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
import os import os
import io, contextlib
from tests.data_utils import ( from tests.data_utils import (
random_template_feats, random_template_feats,
random_extra_msa_feats, random_extra_msa_feats,
random_affines_vector, random_affines_4x4 random_affines_vector
) )
from openfold.utils.rigid_utils import ( from openfold.utils.rigid_utils import (
Rotation,
Rigid, Rigid,
) )
......
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