Open gdkrmr opened 2 years ago
On my computer running testthat::test(".") results in an endless loop with 100% CPU utilization, I think NMF is the culprit but cannot pin it down with absolute certainty. The test run just fine on CRAN though.
testthat::test(".")
On my computer running
testthat::test(".")
results in an endless loop with 100% CPU utilization, I think NMF is the culprit but cannot pin it down with absolute certainty. The test run just fine on CRAN though.