Skip to content

Commit

Permalink
add percent_change to missing val exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Mar 25, 2024
1 parent f5d6791 commit 1902587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/summarize_weighted_production.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ calculate_weighted_loan_metric <- function(data, metric) {
"production",
"production_target",
"technology_share",
"technology_share_target"
"technology_share_target",
"percent_change"
)

if (metric %in% allowed_missing_vals) {
Expand Down

0 comments on commit 1902587

Please sign in to comment.