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

Unit testing #37

Open
c-dilks opened this issue Jun 26, 2023 · 0 comments
Open

Unit testing #37

c-dilks opened this issue Jun 26, 2023 · 0 comments

Comments

@c-dilks
Copy link
Member

c-dilks commented Jun 26, 2023

Is your feature request related to a problem? Please describe.
There is no testing, beyond use cases from elsewhere.

Describe the solution you'd like
Add some unit tests, preferably to the CI (which currently only does a build test).

Describe alternatives you've considered
Try to unit test irt in EICrecon, but that requires knowledge of the geometry or some sample simulation data. To test smaller pieces of the code, it would be better to do some unit testing here.

Note that in the ePIC software stack, we also have reconstruction_benchmarks, which test the full PID (currently just the dRICH).

Additional context
This is motivated by Catch2 testing from EICrecon; since this irt repository is now used in EICrecon, it would be a good idea to do some unit testing here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant