Skip to content

Commit

Permalink
bugfix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
flohump committed Jun 10, 2024
1 parent f6792ba commit 3355cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/output/extra/disaggregation.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ if (length(map_file) > 1) {
# for grassland and natural vegetation
natveg <- c("primforest", "secdforest", "other")
consv_sum_lr <- mbind(
dimSums(land_consv_lr[, , "past"], 3.2),
dimSums(land_consv_lr[, , "past"], 3),
setNames(dimSums(land_consv_lr[, , natveg], dim = 3), "natveg")
)
consv_sum_hr_agg <- mbind(
Expand Down

0 comments on commit 3355cf0

Please sign in to comment.