Skip to content

Commit

Permalink
Merge pull request #143 from thomasgas/fix_camera_settings
Browse files Browse the repository at this point in the history
Fix some La Palma files not being read. Solves #143
  • Loading branch information
thomas gasparetto authored Feb 10, 2019
2 parents 6050c17 + bf35add commit ef574fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion eventio/simtel/simtelfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def next_low_level(self):
self.mc_run_headers.append(o.parse())
elif isinstance(o, iact.InputCard):
self.corsika_inputcards.append(o.parse())
o = next(self)
elif isinstance(o, telescope_descriptions_types):
key = camel_to_snake(o.__class__.__name__)
self.telescope_descriptions[o.telescope_id][key] = o.parse()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def finalize_options(self):

setup(
name='eventio',
version='0.16.0',
version='0.16.1',
description='Python read-only implementation of the EventIO file format',
long_description=long_description,
url='https://github.com/fact-project/pyeventio',
Expand Down

0 comments on commit ef574fb

Please sign in to comment.