Sage-Bionetworks/bfrm

Error in checkSlotAssignment(object, name, value) : "evolmaximumvariablesperfactor" is not a slot in class “bfrmParam”

Closed this issue · 1 comments

fooFactor <- evolve(egfrMat,
init = as.numeric(topProbeInd),
varThreshold = 0.85,
facThreshold = 0.95,
maxVarIter = 30,
minFacVars = 10,
maxFacVars = length(topProbeInd),
maxFacs = 50,
maxVars = length(topProbeInd)
)

This issue was fixed in the most recent commit (bfeab35) -- you must need to re-pull from the repo. That should fix the error.