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

Fix tests related to guide_count #270

Merged
merged 1 commit into from
Feb 14, 2019
Merged

Fix tests related to guide_count #270

merged 1 commit into from
Feb 14, 2019

Conversation

taldcroft
Copy link
Member

@taldcroft taldcroft added this to the 4.4 milestone Feb 14, 2019
@@ -189,7 +189,7 @@ def test_pickle():
"""
stars = StarsTable.empty()
stars.add_fake_constellation(mag=10.0, n_stars=5)
aca = get_aca_catalog(stars=stars, raise_exc=True, **STD_INFO)
aca = get_aca_catalog(stars=stars, dark=DARK40, raise_exc=True, **STD_INFO)
Copy link
Member Author

Choose a reason for hiding this comment

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

This was always only selecting 4 stars and just squeaking by with guide count of 4.0. That was not the intent of this test

Copy link
Contributor

Choose a reason for hiding this comment

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

Gotcha. And yes, those 10.0 mag stars can be tricky on an average dark map. Looks like a reasonable fix.

Copy link
Member Author

Choose a reason for hiding this comment

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

For the record can you punch the approve?

@taldcroft taldcroft merged commit c4fd0ba into master Feb 14, 2019
@taldcroft taldcroft deleted the fix-thumb-test branch February 14, 2019 20:12
@taldcroft taldcroft restored the fix-thumb-test branch February 14, 2019 20:12
@taldcroft taldcroft deleted the fix-thumb-test branch February 14, 2019 20:12
@taldcroft taldcroft restored the fix-thumb-test branch February 14, 2019 20:12
@taldcroft taldcroft deleted the fix-thumb-test branch February 14, 2019 20:13
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.

2 participants