-
Notifications
You must be signed in to change notification settings - Fork 29
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
Prior::get_value() is still float
#1290
Comments
Is it not a STIR issue? - see
|
why? STIR returns |
evgueni-ovtchinnikov
added a commit
that referenced
this issue
Sep 3, 2024
6 tasks
I thought you wanted float, sorry, fixed now by #1291. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stir::GeneralisedPrior::compute_value()
calculations are using and returningdouble
. We currently return this after casting tofloat
SIRF/src/xSTIR/pSTIR/STIR.py
Line 2323 in 1e2c5c1
SIRF/src/xSTIR/cSTIR/cstir.cpp
Lines 1332 to 1333 in 1e2c5c1
A similar problems occured for the log-likelihood but was recently fixed.
The text was updated successfully, but these errors were encountered: