Problem:
I have list of quantities and I can collect value of each of them in different simulation times.
In sample_storage_hdf.py:65 the result type res_dtype is created from the first quantity, which later causes problem when reading and comparing result format.
For now, I can live with it and collect the quantities in union of times..
(I have quantities independent of times, I duplicate the values..)
Problem: I have list of quantities and I can collect value of each of them in different simulation times. In
sample_storage_hdf.py:65
the result typeres_dtype
is created from the first quantity, which later causes problem when reading and comparing result format.For now, I can live with it and collect the quantities in union of times.. (I have quantities independent of times, I duplicate the values..)