Skip to content

Commit

Permalink
Remove orphaned test code
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Jul 14, 2024
1 parent c9407bb commit a50f150
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions find_attitude/make_distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ def make_h5_file(dists, filename=DISTANCES_FILE):
with tables.open_file(filename, mode="a", filters=filters) as h5:
h5.root.data.cols.dists.create_index()
h5.flush()
# Add a version attribute to the data group
h5.root.data._v_attrs.version = 1



def main():
Expand Down

0 comments on commit a50f150

Please sign in to comment.