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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In some case the pickling leads to miss-reconstruction of -1 with differences like
-1
- loat px = -floor((-o_x + src_coords[p_src][0])/h_x) + (-o_x + src_coords[p_src][0])/h_x; + loat px = (-1)*floor((-o_x + src_coords[p_src][0])/h_x) + (-o_x + src_coords[p_src][0])/h_x;
In test_pickle.py::TestOperator::test_usave_sampled
test_pickle.py::TestOperator::test_usave_sampled
The text was updated successfully, but these errors were encountered:
FabioLuporini
mloubout
No branches or pull requests
In some case the pickling leads to miss-reconstruction of
-1
with differences likeIn
test_pickle.py::TestOperator::test_usave_sampled
The text was updated successfully, but these errors were encountered: