GeoMop / MLMC

5 stars 2 forks source link

HDF result type is set from the first QuantitySpec #188

Open Paulie14 opened 2 years ago

Paulie14 commented 2 years ago

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..)