Closed knowah closed 8 months ago
When running run_nmf() with rank=1, the following error is produced:
run_nmf()
rank=1
Error in `rownames<-`(`*tmp*`, value = rn) : attempt to set 'rownames' on an object with no dimensions
It seems that model$w and model$h are stored as vectors in 1-rank models.
model$w
model$h
When running
run_nmf()
withrank=1
, the following error is produced:It seems that
model$w
andmodel$h
are stored as vectors in 1-rank models.