-
Notifications
You must be signed in to change notification settings - Fork 14
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
Make better use of github actions #25
Comments
A basic test we could do for now is run run_all.py on various platforms, e.g. RHEL, Windows, and MacOS. I'll have to see how other projects do that though. Ideally, we would test each algorithm against a known output. E.g. if the fft-based hauptmann is known to be in a good state currently, we can save the recon and make sure future changes don't modify that. If other members have ideas that they want to code up we could include those as well. |
Yes, good idea. |
@jgroehl I can't really play around with github actions in the official repo. Therefore, I'll check them out in my fork. I'll just need someone with commit access to implement them once I figure out what actions to use to satisfy the task above. |
As we discussed during the last meeting (2022.06.01), we could make better use of github actions to:
The text was updated successfully, but these errors were encountered: