We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In utils.uvd_to_Tsys, this line doesn't work if uvd is not using future_array_shape
utils.uvd_to_Tsys
uvd
future_array_shape
uvd.data_array[tinds, :, pind] *= J2K[pol]
The text was updated successfully, but these errors were encountered:
Thank you for pointing this out. This issue is addressed in PR#397.
Sorry, something went wrong.
@JianrongTan @lisaleemcb could you re-run your pipeline in the future-array-shapes-bug branch and let me know if the changes I made fixed your issue?
future-array-shapes-bug
Thanks @adeliegorce! I have tested with the updated code and the issue is solved.
Great! Could you review the associated PR?
adeliegorce
Successfully merging a pull request may close this issue.
In
utils.uvd_to_Tsys
, this line doesn't work ifuvd
is not usingfuture_array_shape
uvd.data_array[tinds, :, pind] *= J2K[pol]
The text was updated successfully, but these errors were encountered: