You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: