We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d95950 commit 8caaec4Copy full SHA for 8caaec4
1 file changed
analysis/1-pressure.R
@@ -79,7 +79,7 @@ if (debug) {
79
duration = difftime(end, start, units = "hours"),
80
next_flight_duration = difftime(lead(start), end, units = "hours")
81
) %>%
82
- filter(duration < 3) %>%
+ filter(duration < 3 & next_flight_duration <= 1) %>%
83
arrange(duration)
84
85
0 commit comments