Skip to content

Commit

Permalink
* summary (patterns): Match 'Coal' as well as 'coal'.
Browse files Browse the repository at this point in the history
  • Loading branch information
bje- committed Dec 15, 2024
1 parent e9fd856 commit e3b5163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summary
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ patterns = {
' GT.*[kMG]W$': lambda f: addcap("GT", f),
'CCGT-CCS.*[kMG]W$': lambda f: addcap("CCGT-CCS", f),
'CCGT .*[kMG]W$': lambda f: addcap("CCGT", f),
'coal.*[kMG]W$': lambda f: addcap("Coal", f),
'[Cc]oal.*[kMG]W$': lambda f: addcap("Coal", f),
'Coal-CCS.*[kMG]W$': lambda f: addcap("Coal-CCS", f),
'OCGT.*[kMG]W$': lambda f: addcap("OCGT", f),
'diesel.*[kMG]W$': lambda f: addcap("diesel", f),
Expand Down

0 comments on commit e3b5163

Please sign in to comment.