Skip to content

Commit

Permalink
quickfix gsw change
Browse files Browse the repository at this point in the history
  • Loading branch information
goergen95 committed Jan 26, 2024
1 parent 220a9f5 commit 7fe2d7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/calc_gsw_change.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
.calc_gsw_change <- function(x,
global_surface_water_change,
engine = "extract",
stats_gsw = "mean") {
stats_gsw = "mean",
verbose = TRUE,
...) {
if (is.null(global_surface_water_change)) {
return(NA)
}
Expand Down

0 comments on commit 7fe2d7b

Please sign in to comment.