Open emstruong opened 5 months ago
@emstruong What exactly is the bug? If I run the code, I get no error, just a warning that the original estimations are not admissible (because of the reliability issue). Moreover, what I saw is that the progress bar did not move...
Do you use a Windows machine?
Hey Flo,
Sorry, it was late at night and I copy-pasted the wrong snippet of code. I've put the correct version up now.
I didn't use a Windows machine for this part.
I'm not entirely sure why the progress bar did not move, I'm not very familiar with how future() works...
Michael
Hey Michael,
no problem.
For me, the code runs on a Windows machine. I think, if you run it on a Linux machine, you need to use a different argument for .eval_plan. Parallel computing in R depends on operating system and therefore no eval_plan works for all operating systems.
I need to have a closer look at the progress bar. It is quite some time that we have implemented that....I guess this is only a minor issue.
May be due to an issue in the
future
package https://github.com/HenrikBengtsson/future/issues/417. Investigate later.