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 test data with proseco fid offsets #202

Merged
merged 1 commit into from
Dec 30, 2023
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
6 changes: 3 additions & 3 deletions sparkles/tests/test_yoshi.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ def test_acar_from_ocat(proseco_agasc_1p7):
exp = [
"idx slot id type mag yang zang row col ",
"--- ---- -------- ---- ----- ------- ------- ------ ------",
" 1 0 1 FID 7.00 919.8 -844.2 -178.7 -164.1",
" 2 1 5 FID 7.00 -1828.2 1053.8 374.1 216.2",
" 3 2 6 FID 7.00 385.8 1697.8 -70.8 346.0",
" 1 0 1 FID 7.00 928.4 -842.9 -180.5 -163.8",
" 2 1 5 FID 7.00 -1819.6 1055.1 372.4 216.4",
" 3 2 6 FID 7.00 394.4 1699.1 -72.5 346.3",
" 4 3 31983336 BOT 8.64 882.3 -1609.6 -171.8 -318.2",
" 5 4 31075368 BOT 9.13 58.2 751.6 -5.3 155.5",
" 6 5 32374896 BOT 9.17 2011.4 -2038.5 -400.8 -406.0",
Expand Down