Skip to content

Commit

Permalink
Specify format
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Nov 9, 2024
1 parent 0da6b2a commit 648825b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stingray/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def test_read_apply_gti_lists(self, root_file_name, gti_kind):
# If the root_file_name is not None, read the event lists and delete the file(s)
if root_file_name is not None:
ev_str = evs
evs = [EventList.read(ev) for ev in ev_str]
evs = [EventList.read(ev, fmt=DEFAULT_FORMAT) for ev in ev_str]
for ev in ev_str:
os.unlink(ev)

Expand Down

0 comments on commit 648825b

Please sign in to comment.