Arta Salimiparsa

Results 16 comments of Arta Salimiparsa

Won't that be an overhead? Calling the Blosc codec and getting out of it without compression. > Oh, I see. Sorry, I confused that with file size. Thank you so...

I followed the exact instructions and I got ``` error: no matching function for call to 'Write(tensorstore::Array&)' 213 | auto write_result = tensorstore::Write(data).result(); | ~~~~~~~~~~~~~~~~~~^~~~~~ In file included from /u/asalimiparsa/iometry/build/_deps/tensorstore-src/tensorstore/open.h:28,...

still I'm getting error: no matching function for call to 'DriverWrite(tensorstore::Array&, tensorstore::internal::Driver::Handle&, std::remove_reference::type)'

My bad! I didn't notice It would be ambiguous. I just changed the datatype to double in your code and received that error. > tensorstore::ArrayView array_view(&*(parsed_data.begin() + 4), array_layout); >...

I used all the methods you suggested, and all came with an error. For example: ``` void const *buf = 0; buf = json_object_extarr_data(extarr_obj); const double* double_buf = static_cast(buf); const...

I'm sorry. I made a typo when writing the question. I am passing the data and target to the write, and it makes that error.