tinglab / reCAT

20 stars 9 forks source link

get_ordIndex.R Error: Cannot open the connection #14

Closed coraolpe closed 9 months ago

coraolpe commented 9 months ago

Hi,

I'm struggling with get_orderIndex.R (I am running on test data)

I get this output: fitting ... |=====================================================================================| 100% fitting ... |=====================================================================================| 100% fitting ... |=====================================================================================| 100% fitting ... |=====================================================================================| 100% [1] "make cluster" [1] "register cluster" [1] "finished" Error in { : task 1 failed - "cannot open the connection" In addition: Warning messages: 1: In for (i in 1:pointNum) { : closing unused connection 6 (<-localhost:11390) 2: In for (i in 1:pointNum) { : closing unused connection 5 (<-localhost:11390) 3: In for (i in 1:pointNum) { : closing unused connection 4 (<-localhost:11390) 4: In for (i in 1:pointNum) { : closing unused connection 3 (<-localhost:11390)

coraolpe commented 9 months ago

I worked it out I had to reduce to 1 core then it worked