Hi!
Using the quminorm function again now in its latest form, and it seems like the timer (or rather the continuous progress report) that I threw in earlier has had to go, probably when making it all parallelized. With my data, it seems like the process is very slow in the new version (I had to cancel it after 5 minutes for ~2000 cells), and regardless I find it very hard to deal with processes that go under the hood without any progress reports for extended periods of time. I therefore have two suggestions (if you do not want to revert to the previous non-parallelized version which takes 2 minutes for the same dataset):
- would it be possible to give an estimate of how long time the process will take? Then that could be printed before going in to the parallelized phase.
- Would it be worth dividing the data in say chunks of 500 cells, and then process these linearily? If so, then you could print a progress report between each chunk.
Best
J
Hi!
Using the quminorm function again now in its latest form, and it seems like the timer (or rather the continuous progress report) that I threw in earlier has had to go, probably when making it all parallelized. With my data, it seems like the process is very slow in the new version (I had to cancel it after 5 minutes for ~2000 cells), and regardless I find it very hard to deal with processes that go under the hood without any progress reports for extended periods of time. I therefore have two suggestions (if you do not want to revert to the previous non-parallelized version which takes 2 minutes for the same dataset):
Best
J