Skip to content

Commit

Permalink
Added comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Aug 1, 2024
1 parent 5743bb2 commit 0dbb2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/hazardlib/calc/gmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def compute_all(self, mean_stds=None, max_iml=None,
self.amplifier.amplify_gmfs(
self.ctx.ampcode, result, self.imts, self.seed)
with umon:
result = result.transpose(1, 0, 2)
result = result.transpose(1, 0, 2) # shape (N, M, E)
self.update(data, result, rlzs, ms[0], max_iml)
with umon:
return self.strip_zeros(data)
Expand Down

0 comments on commit 0dbb2d7

Please sign in to comment.