Skip to content

Commit

Permalink
Fixed docstring [CI skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Sep 22, 2023
1 parent 6132ee7 commit a7bed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/hazardlib/calc/disagg.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def disaggregation(

def collect_std(disaggs):
"""
:returns: an array of shape (G, M', Ma, D)
:returns: an array of shape (Ma, D, M', G)
"""
assert len(disaggs)
gsims = set()
Expand Down

0 comments on commit a7bed8d

Please sign in to comment.