You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "oq-engine/openquake/engine/export/core.py", line 64, in export_from_db
exported = export(output_key, dstore)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "oq-engine/openquake/baselib/general.py", line 609, in __call__
return self[key](obj, *args, **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "oq-engine/openquake/calculators/export/risk.py", line 206, in export_avg_losses
name, value, rlzs_or_stats = _get_data(
^^^^^^^^^^
File "oq-engine/openquake/calculators/export/risk.py", line 177, in _get_data
weights = dstore['weights'][()]
~~~~~~^^^^^^^^^^^
File "oq-engine/openquake/commonlib/datastore.py", line 517, in __getitem__
raise KeyError('No %r found in %s' % (key, self))
KeyError: "No 'weights' found in <DataStore oqdata/calc_1.hdf5 open>"
Trying to export the Average Asset Losses Statistics output for qa_tests_data/classical_risk/case_2 results in the following error:
Reported on the mailing list: https://groups.google.com/g/openquake-users/c/3xVJGxqfZlI
The text was updated successfully, but these errors were encountered: