Skip to content

Commit bc1b921

Browse files
committed
fix
1 parent 06142e9 commit bc1b921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e3nn_jax/_src/irreps_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,7 @@ def rechunk(self, irreps: IntoIrreps) -> "IrrepsArray":
11181118

11191119
new_chunks = None
11201120
if self._chunks is not None:
1121+
jnp = _infer_backend(self.array)
11211122
leading_shape = self.shape[:-1]
11221123

11231124
new_chunks = []

0 commit comments

Comments
 (0)