Skip to content

Commit

Permalink
Reduced resource file size
Browse files Browse the repository at this point in the history
  • Loading branch information
oven8 committed Sep 5, 2024
1 parent c8bfc8c commit 5c0d22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified tests/resources/corsika76900_thin
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_next():
i = 0
for event in f:
i += 1
assert i == 200
assert i == 5

def test_cherenkov():

Expand Down Expand Up @@ -120,7 +120,7 @@ def test_particle_no_parse():
assert e.header.dtype == np.float32
assert len(e.header) == 312
assert e.particles.size % 312 == 0
assert n_read == 200
assert n_read == 5



Expand Down

0 comments on commit 5c0d22b

Please sign in to comment.