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

some hipo::bank getters are missing error protection or automatic typecast #36

Open
c-dilks opened this issue Dec 2, 2023 · 1 comment

Comments

@c-dilks
Copy link
Contributor

c-dilks commented Dec 2, 2023

For example, given hipo::bank b with REC::Particle schema,

b.getFloat("pid", row);

returns 0.0 and no error is printed. All getters should either attempt to typecast or throw an error upon failure.

@c-dilks
Copy link
Contributor Author

c-dilks commented Dec 2, 2023

Sorry for opening so many issues here, I'll try to open pull requests next week, at least for the easy ones.

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

No branches or pull requests

1 participant