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 TLE to avoid unit test failure #58

Merged
merged 5 commits into from Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions test_predict.py
Expand Up @@ -2,8 +2,8 @@

TLE = (
"0 ISS (ZARYA)\n"
"1 25544U 98067A 22032.20725753 .00005492 00000-0 10513-3 0 9993\n"
"2 25544 51.6448 289.9951 0006763 85.5907 19.0087 15.49721935324098"
"1 25544U 98067A 23096.18845088 .00017407 00000-0 31715-3 0 9991\n"
"2 25544 51.6431 325.2993 0006862 159.1562 289.0392 15.49543408390622"
)
QTH = (0.033889, 51.066389, 0.0) # Macapa, Brazil
T1_IN_TRANSIT = 1643723400 # 2022-02-01T13:50:00Z
Expand Down
4 changes: 2 additions & 2 deletions test_predict_above.py
Expand Up @@ -2,8 +2,8 @@

TLE = (
"0 ISS (ZARYA)\n"
"1 25544U 98067A 22032.20725753 .00005492 00000-0 10513-3 0 9993\n"
"2 25544 51.6448 289.9951 0006763 85.5907 19.0087 15.49721935324098"
"1 25544U 98067A 23096.18845088 .00017407 00000-0 31715-3 0 9991\n"
"2 25544 51.6431 325.2993 0006862 159.1562 289.0392 15.49543408390622"
)
QTH = (0.033889, 51.066389, 0.0) # Macapa, Brazil

Expand Down