Skip to content

Commit a0e3604

Browse files
committed
Minor change to test.
1 parent aa0488d commit a0e3604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/batch_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def tp_and_problem(self, request, problem, extra_tp_constructor_args, with_jax):
317317

318318
tp_base_cls = jax_tp
319319
else:
320-
from openequivariance._torch.utils import transpose_irreps
320+
from openequivariance import transpose_irreps
321321

322322
tp_base_cls = oeq.TensorProduct
323323

0 commit comments

Comments
 (0)