Skip to content

Commit

Permalink
extend hipparcos unit test to cover situation in #370
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Aug 12, 2024
1 parent 0145385 commit 717eed8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_hipparcos.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ def test_save_load_2021():
myResults = results.Results()
myResults.load_results(filename)

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

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


Expand Down

0 comments on commit 717eed8

Please sign in to comment.