Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 31, 2024
1 parent eb373ba commit 081e742
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev/timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
p = Pathways(
datapackage="remind-SSP2-PkBudg1150-stem-SPS1.zip",
geography_mapping="geo_mapping_remind.yaml",
activities_mapping="act_categories_agg.yaml"
activities_mapping="act_categories_agg.yaml",
)

vars = [v for v in p.scenarios.coords["variables"].values if v.startswith("FE")]
Expand Down
10 changes: 5 additions & 5 deletions pathways/pathways.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ class Pathways:
"""

def __init__(
self,
datapackage,
geography_mapping: [dict, str] = None,
activities_mapping: [dict, str] = None,
debug=False
self,
datapackage,
geography_mapping: [dict, str] = None,
activities_mapping: [dict, str] = None,
debug=False,
):
self.datapackage = datapackage
self.data, dataframe, self.filepaths = validate_datapackage(
Expand Down

0 comments on commit 081e742

Please sign in to comment.