We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed in PR #597 :
It could be possible to manage all methods in our tracker to receive n seeds in input. (We seed n seeds at once much faster than looping n times).
Then, as suggested by @frheault, data could be accessed using https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.map_coordinates.html rather than our current DatasetVolume class.
We would need to verify that our trilinear interpolation can indeed be replaced by a spline interpolation of order 0-5.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As discussed in PR #597 :
It could be possible to manage all methods in our tracker to receive n seeds in input. (We seed n seeds at once much faster than looping n times).
Then, as suggested by @frheault, data could be accessed using https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.map_coordinates.html
rather than our current DatasetVolume class.
We would need to verify that our trilinear interpolation can indeed be replaced by a spline interpolation of order 0-5.
The text was updated successfully, but these errors were encountered: