Skip to content

Commit

Permalink
Fix typos and uppercase acronym (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Bernstein <[email protected]>
  • Loading branch information
JasonBernstein1 and Jason Bernstein authored Jan 9, 2025
1 parent dce5400 commit 8cacc88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def initialize_DRO(t, delta_r=7.52064e7, delta_v=344):
r, v, t = ssapy.simple.ssapy_orbit(orbit=dro_orbit, t=times)
ssapy.plotUtils.orbit_plot(r=r, t=times, save_path=f"{save_folder}/DRO_orbit", frame='Lunar', show=False)
r_lunar, v_lunar = ssapy.utils.gcrf_to_lunar_fixed(r, t=times, v=True)
print("Succesfully converted gcrf to lunar frame.")
print("Successfully converted GCRF to lunar frame.")
ssapy.plotUtils.koe_plot(r, v, t=times, body='Earth', save_path=f"{save_folder}Keplerian_orbital_elements.png")

ssapy.plotUtils.orbit_plot(r=r, t=times, save_path=f"{save_folder}/gcrf_plot.png", frame='gcrf', show=True)
Expand Down Expand Up @@ -165,7 +165,7 @@ def initialize_DRO(t, delta_r=7.52064e7, delta_v=344):

print(f"Lagrange points were calculated correctly.")
print(f"Rotate vector plot successfully created.")
print(f"save_plot() executed succesfully.")
print(f"save_animated_gif() executed succesfully.")
print(f"save_plot() executed successfully.")
print(f"save_animated_gif() executed successfully.")

print(f"\nFinished plot testing!\n")

0 comments on commit 8cacc88

Please sign in to comment.