You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered a strange invalid slice error with a beam list. I'm not sure I can reproduce a MWE, but I'm reporting this because I'm sure we'll eventually find a cause.
I've encountered a strange invalid slice error with a beam list. I'm not sure I can reproduce a MWE, but I'm reporting this because I'm sure we'll eventually find a cause.
Debug work:
so the problem is that we're passing a list of slices instead of a single slice here.
A workaround is to do something like:
in the
lower_dimensional_structures
call, but this is fundamentally abeams
issue because we're usingisinstance
here: https://github.com/radio-astro-tools/radio-beam/blob/master/radio_beam/multiple_beams.py#L129-L149The text was updated successfully, but these errors were encountered: