gertjanssenswillen / processmapR

!! repository moved to https://github.com/bupaverse/processmapR !! This repo is read-only from now one.
Other
7 stars 9 forks source link

process_map() #8

Closed Nipi closed 6 years ago

Nipi commented 6 years ago

Hi Gert,

as you have already intended, I am using bupaR for a project. I noted some incongruences when I use the process_map() function and the precedence_matrix(type = "absolute") function: it seems that the arcs in process_map doesn't fit well the same information showed by precedence_matrix.

Is it possible?

Thanks

gertjanssenswillen commented 6 years ago

They should be the same, but I'm checking it. Is it only the arcs, or the nodes also?

gertjanssenswillen commented 6 years ago

Should be fixed now. The problem is when multiple activities happen at exactly the same timestamp. Both functions ordered these differently. Currently both will order them alphabetically in such a case.