Skip to content

Commit

Permalink
Merge pull request #400 from sot/fewer-bad-stars
Browse files Browse the repository at this point in the history
Remove some agasc supplement bad star tests
  • Loading branch information
jeanconn authored Aug 21, 2024
2 parents 018c5a1 + 2fb2aa8 commit 2814d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit 2814d21

Please sign in to comment.