Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sankey' into sankey
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 3, 2024
2 parents 3e46f9d + 95b9fb1 commit 024749c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathways/sankey.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(
# fetch dataset name of variables
dataset_name = tuple(list(mapping[variable]["dataset"][0].values()))
# add region to tuple
dataset_name += self.region,
dataset_name += (self.region,)
# getch index of dataset
dataset_index = self.activity_dict[dataset_name]
self.dataset_index = dataset_index
Expand Down

0 comments on commit 024749c

Please sign in to comment.