Michele Simionato
Michele Simionato
Yeah, I remember that. There were a few GMPEs for Canada which were table-based and the engine was interpolating the rupture magnitude versus the magnitudes in the HDF5 table for...
I am not hearing back, so I am assuming all is good and closing the issue.
@nastasi-oq, can we close this now?
I was able to see the issue when using a ModifiableGMPE.
Superseded by https://github.com/gem/oq-engine/pull/8174.
Yes, we can, I will add this feature to the next release of the decorator module.
BTW, you can probably solve your problem the decoration order: instead of ```python @your_decorator @vectorize def func(): pass ``` just write ```python @vectorize @your_decorator def func(): pass ```
For what is worth, this issue is affecting me as well. For various reasons I need to convert composite arrays from .hdf5 into .npz and I cannot do that anymore...
The reason is that we want to keep the gmpe-smtk closely tight to the engine. In the future it may even be merged with the engine repo.