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

CircelPixelRegion.to_sky() #31

Merged
merged 3 commits into from
Jun 23, 2016
Merged

CircelPixelRegion.to_sky() #31

merged 3 commits into from
Jun 23, 2016

Conversation

joleroi
Copy link
Contributor

@joleroi joleroi commented Jun 10, 2016

A round-trip test makes sure that this method is not totally crazy

# TODO: needs to be implemented
raise NotImplementedError("")
if mode != 'local':
raise NotImplementedError()
Copy link
Member

Choose a reason for hiding this comment

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

You don't need to call the constructor, i.e. just always type raise NotImplementedError instead of raise NotImplementedError() and save two characters (which will be many characters over your lifetime)!

@cdeil
Copy link
Member

cdeil commented Jun 10, 2016

I left some minor inline comments.

@cdeil
Copy link
Member

cdeil commented Jun 23, 2016

Looks good to me ... merging this now.

This PR doesn't implement all modes we want, and didn't get much review / feedback.
So everyone: follow-up issues and PRs welcome!

@cdeil cdeil merged commit 4293656 into astropy:master Jun 23, 2016
@cdeil cdeil self-assigned this Jun 23, 2016
@joleroi joleroi deleted the pixtosky branch June 23, 2016 14:50
@cdeil cdeil added this to the 0.1 milestone Jun 17, 2019
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.

None yet

3 participants