-
Notifications
You must be signed in to change notification settings - Fork 95
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
PinholeSPECTUB #1100
PinholeSPECTUB #1100
Conversation
- put function sin own namespace - declare global variables in .h files - remove "using namespace std" from .h
clang-14 jobs is failing due to unrelated OpenMP error with parallelproj. MacOS job is failing due to linking error
No idea why these come up now, certainly not due to changes in this PR. |
The above errors are due to #1104 and #1103. I'm attempting to fix it in #1105. There's one more problem that GHA uses STIR/.github/workflows/build-test.yml Lines 233 to 234 in 8c84f73
but run_SPECT_tests.sh has moved. This will also create trouble for our Conda recipehttps://github.com/conda-forge/stir-feedstock/blob/main/recipe/meta.yaml#L69 Maybe we can have a |
I haven't found out why AppVeyor claims this is a non-mergeable pull request. |
Pull request for PinholeSPECTUB integrating pinhole-SPECT capabilities to STIR using code written by Carles Falcon.