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

fix missing revnum attribute on pure-python Satrec #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

plentydone
Copy link

Failure looks like this:

ERROR: test_export_tle_sgp4init (sgp4.tests.TestFunctions.test_export_tle_sgp4init)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/andrew/python-sgp4/.tox/py312/lib/python3.12/site-packages/sgp4/tests.py", line 252, in test_export_tle_sgp4init
    outline1, outline2 = export_tle(sat)
                         ^^^^^^^^^^^^^^^
  File "/home/andrew/python-sgp4/.tox/py312/lib/python3.12/site-packages/sgp4/exporter.py", line 89, in export_tle
    append(str(satrec.revnum).rjust(5))
               ^^^^^^^^^^^^^
AttributeError: 'Satrec' object has no attribute 'revnum'. Did you mean: 'elnum'?

Let me know if any adjustments are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant