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
Describe the bug
vis_cpu does not appear to be able to handle UVBeam objects which have the feed array specified in E and N and a corresponding x_orientation definition. In my particular situation the beam is specified with E and N in upper case, in case the comparison/conversion already exists but is not case-insensitive.
To Reproduce
Steps to reproduce the behavior:
have a uvbeam object with feed_array = ['E', 'N'] and x_orientation='east'
attempt to simulate anything
Expected behavior
vis_cpu should check if the feeds are specified with either x/y or e/n and convert to the internal representation accordingly.
Describe the bug
vis_cpu does not appear to be able to handle UVBeam objects which have the feed array specified in E and N and a corresponding x_orientation definition. In my particular situation the beam is specified with
E
andN
in upper case, in case the comparison/conversion already exists but is not case-insensitive.To Reproduce
Steps to reproduce the behavior:
Expected behavior
vis_cpu should check if the feeds are specified with either
x/y
ore/n
and convert to the internal representation accordingly.Exact Error
The text was updated successfully, but these errors were encountered: