Skip to content

Commit

Permalink
step shouldn't be hard-coded
Browse files Browse the repository at this point in the history
  • Loading branch information
schnorr committed Jul 1, 2024
1 parent b4daec9 commit 1e496b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/phase2_states_chart.R
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ panel_st_agg_node <- function(data,
filter(.data$Position >= 0)
}

step <- 100
df <- time_aggregation_prep(data$Application)
df <- time_aggregation_do(df %>%
group_by(.data$Node, .data$ResourceId, .data$ResourceType, .data$Task), step)
Expand Down

0 comments on commit 1e496b2

Please sign in to comment.