Skip to content

Commit

Permalink
Fix utils tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gahdritz committed Jun 24, 2023
1 parent 55003f1 commit df06706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
quat_to_rot,
rot_to_quat,
)
from openfold.utils.tensor_utils import chunk_layer, _chunk_slice
from openfold.utils.chunk_utils import chunk_layer, _chunk_slice
import tests.compare_utils as compare_utils
from tests.config import consts

Expand Down

0 comments on commit df06706

Please sign in to comment.