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

Update dec98_9 roll tests with new guide counts #219

Merged
merged 1 commit into from
Nov 26, 2024
Merged
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
10 changes: 5 additions & 5 deletions sparkles/tests/test_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,16 +502,16 @@ def test_roll_options_dec89_9(proseco_agasc_1p7):
" roll P2 n_stars improvement roll_min roll_max add_ids drop_ids",
"------ ---- ------- ----------- -------- -------- --------- --------",
"286.97 3.61 0.55 0.00 286.97 286.97 -- --",
"280.97 7.23 6.98 9.53 276.72 285.22 608567744 --",
"287.47 7.25 5.43 7.68 276.14 297.81 -- --",
"280.97 7.23 7.67 10.35 276.72 285.22 608567744 --",
"287.47 7.25 6.27 8.69 276.14 297.81 -- --",
]

exp[18000] = [
" roll P2 n_stars improvement roll_min roll_max add_ids drop_ids",
"------ ---- ------- ----------- -------- -------- --------- --------",
"276.71 3.61 7.54 0.00 276.71 276.71 -- --",
"277.09 7.25 8.00 1.89 265.88 287.54 -- --",
"270.59 7.15 8.00 1.84 266.21 274.96 608567744 --",
"276.71 3.61 7.85 0.00 276.71 276.71 -- --",
"277.09 7.25 8.00 1.84 265.88 287.54 -- --",
"270.59 7.15 8.00 1.80 266.21 274.96 608567744 --",
]

for obsid in (48000, 18000):
Expand Down