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

Fix internal handling of floats to be 64-bit #48

Open
jdavies-st opened this issue Dec 31, 2019 · 0 comments
Open

Fix internal handling of floats to be 64-bit #48

jdavies-st opened this issue Dec 31, 2019 · 0 comments

Comments

@jdavies-st
Copy link
Collaborator

jdavies-st commented Dec 31, 2019

Currently we are seeing round-off errors that mean drizzle results can vary depending on platform and whether OpenBLAS or MKL are used on the machine. Internally, some computations are done using 32-bit FLOAT. These should be 64-bit DOUBLE.

Hopefully this will fix the round-off issues we are seeing.

Should come up with a minimally-reproducible example, though this is difficult due to platform dependency.

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

No branches or pull requests

1 participant