You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[the problem](https://i.sstatic.net/MdlUQYpB.png)
I want the first console output to be stored in the 'times_c_i' dataset, and the second console output to be stored in the 'types_u_i' dataset. However, currently, only these two datasets are empty, while everything else is functioning properly (so the issue is not related to the generation of the .h5 file)"
The text was updated successfully, but these errors were encountered:
I'm trying to add values of a vector into a dataset with the library "hdf5r". I have any errors but when I open the .h5 created there are any values.
I have this code :
My problem is when I try to read the .h5 created by this code (with HDFView), there are any values in the dataset "times_c_i" and "types_u_i".
I think there is a problem in these lines :
example of values that the vector data[,1,i] can contain :
and a example of values that the vector as.integer(data[,2,i]) can contain :
[```
1] 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0
[35] 0 1 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0
[69] 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1
[103] 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0
[137] 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0
[171] 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0
The text was updated successfully, but these errors were encountered: