Skip to content
New issue

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

Temporary fix for future array shape #216

Merged
merged 6 commits into from
Feb 22, 2022
Merged

Conversation

piyanatk
Copy link
Contributor

pyuvdata switched to using future_array_shapes by default from pyuvdata>=2.7.0. Many functionalities of hera_sim=2.x.x relies on the current_array_shapes (see, e.g., #211). This PR provides a temporary fix to this issue The full fix is planned for hera_sim=3.x.x.

pyuvdata switched to using `future_array_shapes` by default from
`pyuvdata>=2.7.0`. Many functionality of `hera_sim=2.x.x` relies
on the `current_array_shapes`. The full fixes are planned for
`hera_sim=3.0.0`.
Copy link
Contributor

@steven-murray steven-murray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @piyanatk this looks correct

@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #216 (8542daa) into main (0856d83) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #216      +/-   ##
==========================================
- Coverage   96.56%   96.54%   -0.03%     
==========================================
  Files          24       24              
  Lines        2798     2804       +6     
==========================================
+ Hits         2702     2707       +5     
- Misses         96       97       +1     
Impacted Files Coverage Δ
hera_sim/io.py 98.63% <100.00%> (+0.03%) ⬆️
hera_sim/visibilities/pyuvsim_wrapper.py 100.00% <100.00%> (ø)
hera_sim/visibilities/simulators.py 85.50% <100.00%> (-0.53%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d19b6ff...8542daa. Read the comment docs.

@steven-murray steven-murray merged commit 9b6da10 into main Feb 22, 2022
@steven-murray steven-murray deleted the temp-fix-future-array-shape branch February 22, 2022 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants