Skip to content

Commit

Permalink
zip got lost in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Sep 12, 2023
1 parent ea6a187 commit c63cb25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optim_esm_tools/analyze/combine_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ def __init__(
self.tipping_thresholds = tipping_thresholds
self.table_formats = table_formats
if data_set:
self.source_files = dict(
self.source_files = dict(zip(
oet.utils.to_str_tuple(data_set.attrs['variables']),
oet.utils.to_str_tuple(data_set.attrs['source_files']),
)
))
self.common_mask = data_set['global_mask']
return # pragma: no cover
source_files, common_mask = self.process_masks()
Expand Down

0 comments on commit c63cb25

Please sign in to comment.