oq-engine icon indicating copy to clipboard operation
oq-engine copied to clipboard

Fixed a bug in `oq extract "ruptures?rup_id=XXX`

Open micheles opened this issue 9 months ago • 0 comments

Causing errors like this:

  File "/home/michele/oq-engine/openquake/calculators/getters.py", line 327, in get_ebrupture
    raise ValueError(f"Missing {rup_id=}")
ValueError: Missing rup_id=285452116498852

The feature was implemented in engine-3.17 and has been wrong from the beginning.

micheles avatar May 08 '24 13:05 micheles