bupaverse / heuristicsmineR

Heuristics Miner in R and integrated with the bupaR framework.
https://bupaverse.github.io/heuristicsmineR/
Other
14 stars 2 forks source link

error:sec_nodes and sec_edges #6

Closed yichenstone closed 1 year ago

yichenstone commented 2 years ago

causal_net( threshold = 0.8, threshold_frequency = 0, type_nodes = causal_frequency("absolute"), type_edges = causal_frequency("relative"), sec_nodes = causal_performance(mean, "mins"), sec_edges = causal_performance(mean, "days") )

——————run result error: Problem with summarise() column label. i label = do.call(...). x label must be size 7 or 1, not 6. i An earlier column had size 7. i The error occurred in group 6: act = "1-1-6", from_id = 6.

Using a CSV file, which is converted to events through: _bupaR::activities_toeventlog, I don’t know how to resolve this error.

fmannhardt commented 2 years ago

I would need to have the data to be able to reproduce this.

fmannhardt commented 1 year ago

Impossible to reproduce.