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

Removes lingering use of Astropy's matrix_product() #6376

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

ayshih
Copy link
Member

@ayshih ayshih commented Aug 23, 2022

We still have one use of Astropy's matrix_product() even though it's no longer needed with Python 3.5+. This PR replaces that one use.

matrix_product() may get removed soon (see astropy/astropy#13568), so we should backport this PR to be safe.

@ayshih ayshih added Refactoring Code changes without affecting API (generally) coordinates Affects the coordinates submodule CodeFix labels Aug 23, 2022
@ayshih ayshih requested a review from a team as a code owner August 23, 2022 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coordinates Affects the coordinates submodule Refactoring Code changes without affecting API (generally)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants