Skip to content

Commit

Permalink
Fix CCS input in NG SMR H2 datasets.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 28, 2023
1 parent 2905a1d commit 5c9059e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion premise/fuels.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def generate_hydrogen_activities(self) -> None:
else:
dataset["comment"] = string

dataset["comment"] = (
dataset["comment"] += (
"Region-specific hydrogen production dataset "
"generated by `premise`. "
)
Expand Down

0 comments on commit 5c9059e

Please sign in to comment.