Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Sep 13, 2023
1 parent 06142e9 commit bc1b921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e3nn_jax/_src/irreps_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,7 @@ def rechunk(self, irreps: IntoIrreps) -> "IrrepsArray":

new_chunks = None
if self._chunks is not None:
jnp = _infer_backend(self.array)
leading_shape = self.shape[:-1]

new_chunks = []
Expand Down

0 comments on commit bc1b921

Please sign in to comment.