Skip to content

Commit 85f1cc8

Browse files
author
Michele Simionato
committed
PEP8 fix [ci skip]
1 parent ebc9a80 commit 85f1cc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openquake/calculators/postproc/median_spectrum.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ def check_rup_unique(spec_disagg):
100100

101101

102102
# NB: we are ignoring IMT-dependent weight
103-
def compute_median_spectrum(cmaker, context, uhs, monitor=performance.Monitor()):
103+
def compute_median_spectrum(
104+
cmaker, context, uhs, monitor=performance.Monitor()):
104105
"""
105106
For a given group, computes the median hazard spectrum using a weighted
106107
mean based on the poes.

0 commit comments

Comments
 (0)