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
In sparse2d/python/NumPyArrayData.h, we can see that we do not use the buffer during the data type conversion (speed issue), and that we cast the data to float (accuracy issue).
The text was updated successfully, but these errors were encountered:
For the moment ISAP do not accept double array:
no matching function for call to MultiResol::recons(to_array<double, false>&).
We need an update of ISAP to close this issue.
In sparse2d/python/NumPyArrayData.h, we can see that we do not use the buffer during the data type conversion (speed issue), and that we cast the data to float (accuracy issue).
The text was updated successfully, but these errors were encountered: