Skip to content

Commit

Permalink
fixed another typo (and ran test on my machine this time to make sure)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Aug 13, 2024
1 parent f87b66f commit 63383fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_hipparcos.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ def test_save_load_2021():
myResults.load_results(filename)

filename = "tmp3.hdf5"
myResults.saveresults(filename)
myResults.save_results(filename)

os.system("rm tmp*.hdf5")
os.system("rm tmp*")


if __name__ == "__main__":
Expand Down

0 comments on commit 63383fb

Please sign in to comment.