-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in cont.predictParticles() #14
Comments
In which cell do you have this ? |
I changed the way hit barcodes were generated so that they would be more 'random' which is why that change was made. The particle prediction needs some changes either way because input will be different from what I expected. I'll make a quick fix that'll remove this error but more work needs to be done to update that method. |
Also - you can find the files I use in the README.ipynb here: |
David, the error occurs in the 23rd cell. |
This should have been fixed in my latest pull request - |
The error in the README.ipynb:
The error occurs due to the changes in oogenerateParticles.py file.
In the https://github.com/LAL/TrackML repository was:
Now:
This leads to the error above.
The text was updated successfully, but these errors were encountered: