Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella committed Dec 29, 2024
1 parent 232bf3e commit cd67a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/standard_corrections.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ correct_carbon_ref_output <- function(std_list,
}

# strip off time indices
carb_red <- carb_red[carb_red$site == site &&
carb_red <- carb_red[carb_red$site == site &
carb_red$ref_gas == substr(ref_gas,
1,
nchar(ref_gas) - 4), ]
Expand Down

0 comments on commit cd67a50

Please sign in to comment.