Skip to content

Commit

Permalink
Fix test6: test_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Dec 13, 2023
1 parent 6e37575 commit 9ad36c7
Show file tree
Hide file tree
Showing 2 changed files with 3,376 additions and 21,885 deletions.
2 changes: 1 addition & 1 deletion R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ get_ghg_sector = function() {
conv_ghg_co2e() %>%
dplyr::filter(variable %in% GHG_gases) %>%
dplyr::rename(ghg = variable) %>%
dplyr::left_join(filter_variables(kyoto_sector_map, 'ghg_sector_clean'), relationship = "many-to-many") %>%
dplyr::left_join(filter_variables(kyoto_sector_map, 'ghg_sector_clean')) %>%
dplyr::select(all_of(long_columns)) %>%
dplyr::bind_rows(LU_carbon_clean %>%
dplyr::mutate(var = "Emissions|Kyoto Gases"),
Expand Down
Loading

0 comments on commit 9ad36c7

Please sign in to comment.