LAL / trackml-library

Utilities for trackML challenge participants, provided by the organizers
MIT License
166 stars 74 forks source link

fix handling of zipfiles with data in subdirectories #7

Closed nimar closed 6 years ago

nimar commented 6 years ago

I was unable to use the library as is to read from zip files directly, so I tracked down this bug to understand what was going on. It appears that the zipfile code assumed that all of the files would be in the top level and not in a sub-directory. Anyway, I have tested this fix locally, and it seems to work now.