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

Use smaller array to prevent timeout #57

Merged
merged 1 commit into from
Jun 16, 2018
Merged

Use smaller array to prevent timeout #57

merged 1 commit into from
Jun 16, 2018

Conversation

larrybradley
Copy link
Member

Followup to #55.

CC: @astrofrog

@@ -24,7 +24,7 @@ def setup(self):
self.sigclip = SigmaClip(sigma=3)

def time_3d_array(self):
self.sigclip(self.data)
self.sigclip(self.data[:, :2048, :2048)
Copy link
Member

Choose a reason for hiding this comment

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

@larrybradley - there is a missing ]

@larrybradley
Copy link
Member Author

D'oh! Fixed!

@astrofrog astrofrog merged commit c005185 into astropy:master Jun 16, 2018
@larrybradley larrybradley deleted the sigclip branch June 20, 2018 19:06
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