Skip to content

Commit

Permalink
Make ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Jun 7, 2024
1 parent 75ae6f1 commit f9a8b47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ def main(df: pyam.IamDataFrame) -> pyam.IamDataFrame:
dimensions = dimensions + ["subannual"]

# initialize the codelists and region-processing
dsd = DataStructureDefinition(
here / "definitions", dimensions=dimensions,
)
dsd = DataStructureDefinition(here / "definitions", dimensions=dimensions)
processor = RegionProcessor.from_directory(path=here / "mappings", dsd=dsd)

# check if directional data exists in the scenario data, add to region codelist
Expand Down

0 comments on commit f9a8b47

Please sign in to comment.