Skip to content
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

Change type of event ID to int64 to avoid overflow #167

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

paolafer
Copy link
Contributor

@paolafer paolafer commented May 4, 2022

This PR changes the type of the event ID in all the h5 tables, to avoid problems of overflow during big productions such as the background model.

@paolafer paolafer force-pushed the change-id-type branch 2 times, most recently from 9e341da to e5de0e2 Compare June 3, 2022 14:00
We don't use unsigned int64, because in IC we use PyTables, which
does not allow indexing with that type, for the moment.
@paolafer
Copy link
Contributor Author

paolafer commented Jul 7, 2022

@jmalbos, are you happy with this PR? If so, please, approve it!

@paolafer paolafer merged commit 67a271e into next-exp:master Jul 12, 2022
@paolafer paolafer deleted the change-id-type branch January 10, 2023 16:44
@paolafer paolafer changed the title Change type of event ID to unsigned int64 to avoid overflow Change type of event ID to int64 to avoid overflow Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants