Closed
Description
Currently, something like
corner(chain[:, :, 2:3])
breaks because we use chains(chain)
in the corner
recipe:
Line 187 in ddac60f
This, IMO, also points to a slightly larger issue: chains
can potentially return a sequence of indices that we cannot use to index into the given chain. For example, chain
🤷
Not entirely certain if we should change how chain
works or not.
Metadata
Metadata
Assignees
Labels
No labels