Skip to content

Commit

Permalink
#1960 enhance_derive_extreme_event: use correct input dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Jul 20, 2023
1 parent f0b474e commit 36759c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/derive_extreme_event.R
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ derive_extreme_event <- function(dataset,
}
} else {
data_events <- filter_joined(
dataset,
data_source,
by_vars = by_vars,
join_vars = event$join_vars,
join_type = event$join_type,
Expand Down

0 comments on commit 36759c2

Please sign in to comment.