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

DM-15180: Add coordinate covariance #819

Merged
merged 1 commit into from Sep 15, 2023
Merged

DM-15180: Add coordinate covariance #819

merged 1 commit into from Sep 15, 2023

Conversation

cmsaunders
Copy link
Contributor

No description provided.

@cmsaunders cmsaunders changed the title Tickets/dm 15180 DM-15180: Add coordinate covariance Jul 18, 2023
@cmsaunders cmsaunders force-pushed the tickets/DM-15180 branch 3 times, most recently from 3dcff7d to 8ddfabb Compare August 24, 2023 14:13
def _func(self, df):
# Must not modify original column in case that column is used by
# another functor.
output = df[self.col] * (180 / np.pi)**2 if self._radians else df[self.col]
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor comment, but please remove the spaces around the * and / operators.

@cmsaunders cmsaunders merged commit b8c800f into main Sep 15, 2023
2 checks passed
@cmsaunders cmsaunders deleted the tickets/DM-15180 branch September 15, 2023 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants