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

Remove some agasc supplement bad star tests #400

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions proseco/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ def test_agasc_1p7(miniagasc_1p7):


def test_agasc_supplement():
assert len(bad_star_set) > 3300
assert len(bad_star_set) > 300
assert 36178592 in bad_star_set # From original starcheck list
assert 658160 in bad_star_set
assert 1248994952 in bad_star_set


def test_box_init():
Expand Down
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extend = "ruff-base.toml"

# These are files to exclude for this project.
extend-exclude = [
# "**/*.ipynb", # commonly not ruff-compliant
"**/*.ipynb", # commonly not ruff-compliant
]

# These are rules that commonly cause many ruff warnings. Code will be improved by
Expand Down