Skip to content
New issue

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

IO Error in H5DataSet #110

Open
mpsonntag opened this issue Sep 2, 2016 · 0 comments
Open

IO Error in H5DataSet #110

mpsonntag opened this issue Sep 2, 2016 · 0 comments
Labels

Comments

@mpsonntag
Copy link
Contributor

When trying to write to a DataArray, an IO Error will occur, if the product value of the data used does not match the product value of the defined shape of the DataArray.

e.g.

da = b.create_data_array('name', 'type', nix.DataType.Double, [2 4]);
% will accept only arrays containing the following values, 
% any other values will lead to an IO Error.
da.write_all([2 4])
da.write_all([4 2])
da.write_all([8])
da.write_all([2 2 2])
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant