Michele Simionato
Michele Simionato
This is a known issue: https://github.com/micheles/decorator/issues/114 It is tricky and not particularly high priority for the moment.
We need to run the tests in `~/oq-risk-tests/test/classical_risk/inputs`
@g-weatherill MultiPoint sources are documented here https://github.com/gem/oq-engine/blob/master/doc/adv-manual/multipoint.rst while there is nothing at all on GriddedRuptures.
disaggregation by lon-lat-trt yields high hazard contributions from outside the integration distance
Thanks for the analysis, @kejohnso . I will leave the ball to @mmpagani
The tests break because the scaling is a vector and not a scalar. A possible solution is to use a mean scaling factor: ```python scaling = ((stddev_inter + stddev_inter) /...
Following the analysis in https://github.com/gem/oq-engine/pull/7151 this approach is not enough to solve the problem, since the issue is present also in the case where only STDDEV_TOTAL is defined, i.e. it...
Given the discussion of this morning, I would close this PR.
Reopened since Robin is working on this.
Please don't do anything on this, @cossatot First we need a real example, and then we can figure out were the bottlenecks are. My feeling is that working on the...
Don't get me wrong: we need to think of ways to improve the hazard part too, but right now the issue on the risk side is one hundred times worse....