Skip to content

Commit

Permalink
Fix wrong merge in table_writer_reader.py
Browse files Browse the repository at this point in the history
 - it duplicated the changes made in main, had to remove one of them
  • Loading branch information
Hckjs committed Apr 23, 2024
1 parent 07646b7 commit e37bb41
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/core/table_writer_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,6 @@ def create_stream(n_event):
h5.close()


######################################################################
# close the file afterwards
#


h5.close()


######################################################################
# Reading one-row-at-a-time:
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit e37bb41

Please sign in to comment.