Skip to content

Commit

Permalink
use UWU as temporal dependency to query WGUWU
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Dec 19, 2024
1 parent d7d6dc6 commit d98f124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const INDICATOR_NAME_CODE_TO_QUERY_MAP: {
},
[INDICATOR_NAME_CODES.WGUWU]: {
[INDICATOR_NAME_CODES.WGUWU]: () =>
`${get_annual_commodity_weighted_impact_over_georegion}($1, '${INDICATOR_NAME_CODES.WGUWU}', $2, 'producer') as "${INDICATOR_NAME_CODES.WGUWU}"`,
`${get_annual_commodity_weighted_impact_over_georegion}($1, '${INDICATOR_NAME_CODES.UWU}', $2, 'producer') as "${INDICATOR_NAME_CODES.WGUWU}"`,
[INDICATOR_NAME_CODES.WW]: () =>
`${get_indicator_coefficient_impact}('${INDICATOR_NAME_CODES.WW}', $3, $2) as "${INDICATOR_NAME_CODES.WW}"`,
},
Expand Down

0 comments on commit d98f124

Please sign in to comment.