hfgolino/EGAnet

Error when 'progress = TRUE' in dynEGA for group level

Closed this issue · 2 comments

When I try to run dynEGA for group level analysis on my Mac I get the following error:

Level: Group...Error in seq.default(split_computations, total_computations, split_computations) : 
  wrong sign in 'by' argument

I found out this error is somehow related to the progress bar, which is TRUE by default. When I run with 'progress = FALSE' the error doesn't show up and the function runs normally.

@gitprodia, this issue was likely caused by the fact that groups rarely ever exceed cores being used. There will only be a progress bar when level includes "individual" in the future: https://github.com/hfgolino/EGAnet/tree/no-cpp

Closing because this issue will be resolved in the next update