GEMScienceTools / oq-mbtk

OpenQuake Model Building Toolkit, a suite of tools for building components and analysing models for PSHA.
https://gemsciencetools.github.io/oq-mbtk/index.html
GNU Affero General Public License v3.0
14 stars 8 forks source link

Fixed the tests involving ModifiableGMPE to work with https://github.com/gem/oq-engine/pull/9595 #407

Closed micheles closed 4 months ago

micheles commented 4 months ago

I don't like at all the implementation of mgmpe_check which defeats the purpose of using TOML (remember: TOML is meant to be converted into dictionaries!). However, rewriting mgmpe_check is outside the scope of this pull request. Here I am just fixing the tests so that https://github.com/gem/oq-engine/pull/9595 can be merged.