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
z5::multiarray::{read,write}Subarray
xt::rarray
The following does not read or write the data correctly when complete chunks are read in, as in #10:
zarr-R/src/xtensor-read.cpp
Line 167 in 31c4176
// xt::rarray<double> array(shape_); // z5::multiarray::readSubarray<double>(*ds, array, offset_.begin()); // res = wrap(array);
zarr-R/src/xtensor-write.cpp
Line 156 in 31c4176
// case z5::types::int32: { z5::multiarray::writeSubarray<int32_t>(*ds, data_, offset_.begin()); break;};
The text was updated successfully, but these errors were encountered:
TODO: figure out if this is really an issue or xtensor-r or just me using it the wrong way.
Sorry, something went wrong.
No branches or pull requests
The following does not read or write the data correctly when complete chunks are read in, as in #10:
zarr-R/src/xtensor-read.cpp
Line 167 in 31c4176
zarr-R/src/xtensor-write.cpp
Line 156 in 31c4176
// case z5::types::int32: { z5::multiarray::writeSubarray<int32_t>(*ds, data_, offset_.begin()); break;};
The text was updated successfully, but these errors were encountered: