Skip to content

Commit

Permalink
Update workflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phackstock committed Dec 20, 2023
1 parent 45c66b8 commit 105c0db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,5 @@ def _validate_meta(
df.set_meta(name=key, meta=value[0])

return df
def passthrough(df: pyam.IamDataFrame) -> pyam.IamDataFrame:
return df

0 comments on commit 105c0db

Please sign in to comment.