Skip to content

Commit ddca50b

Browse files
committed
Merge remote-tracking branch 'origin/master' into endpoints
2 parents c9e5035 + a804637 commit ddca50b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openquake/server/views.py

+1
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,7 @@ def web_engine_get_outputs_impact(request, calc_id):
15111511
losses = (f'The risk can not be computed since the hazard is too low:'
15121512
f' the maximum value of the average GMF is {max_avg_gmf:.5f}')
15131513
losses_header = None
1514+
weights_precision = None
15141515
else:
15151516
losses_header = [
15161517
f'{field}<br><i>{AGGRISK_FIELD_DESCRIPTION[field]}</i>'

0 commit comments

Comments
 (0)