Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/engine-3.16' into engine-3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Apr 21, 2023
2 parents cf6d393 + 21a78c0 commit 25c7bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/calculators/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def extract_agg_curves(dstore, what):
k = qdic['k'] # rlz or stat index
lts = tagdict.pop('lt') # loss type string
[l] = qdic['loss_type'] # loss type index
tagnames = sorted(tagdict)
tagnames = list(tagdict)
if set(tagnames) != info['tagnames']:
raise ValueError('Expected tagnames=%s, got %s' %
(info['tagnames'], tagnames))
Expand Down

0 comments on commit 25c7bdd

Please sign in to comment.