#992 closed defect (fixed)
Error con LinReg
Reported by: | tuyuan | Owned by: | Pedro Gea |
---|---|---|---|
Priority: | major | Milestone: | Maintenance |
Component: | Estimation | Keywords: | |
Cc: |
Description
Se obtiene un error al intentar estimar una estimación que falló anteriormente por faltar una función, aunque esta ya esté compilada.
El error es:
ERROR: [141] Invalid dimensions calling SVD ... Warning: [55] <W>Imposible restar dos matrices de dimensiones (0,1) y (0,0).</W> ERROR: [142] No se ha encontrado elemento con nombre Information Warning: [56] La función :: ha fallado en : nResults::Information ERROR: [143] Information no se pudo crear. ERROR: [144] Argumentos erróneos para Set SetOfAnything (Anything var1 [, Anything var2, ...]) ERROR: [145] results no se pudo crear. ERROR: [146] results no es un objeto valido para el tipo Anything. ERROR: [147] Argumentos erróneos para Anything PutLocalName (Text name, Anything object) ERROR: [148] Fallo en la función "_Estimate" ERROR: [149] results no se pudo crear. ERROR: [150] results no es un objeto valido para el tipo Anything. ERROR: [151] Argumentos erróneos para Anything PutLocalName (Text name, Anything object) ERROR: [152] Argumentos erróneos para NameBlock Default (Set linRegResults) Warning: [57] La función :: ha fallado en : @SubresultsAdapterLinReg ::Default(PutLocalName(submodelName, results)) ERROR: [153] subresultsA no se pudo crear. ERROR: [154] subresultsA no es un objeto valido para el tipo Anything. [Call stack] [7] Anything MMS::PutLocalName (Text name, Anything object) [6] Real substrategyLinReg::Execute (Real void) [5] Real object::mainObject::strategy::strategyMultiMLE::Execute (Real void) [4] Real object::mainObject::estimation::estimation::Execute (Real void) [3] Real MMS::Menu::MainObject3.Execute (Anything instances_, Set extraData) [2] Real option::option::inst::invoke (Anything objOrSelection) [1] Real GuiTools::MenuManager::invokeEntry (Text optionName, Set objOrSelection) ...
Se colocan la estimación y la función en B:
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
(In [3168]) Closes #992
Se evita la construcción del mnodedef si hubo errores y se evita el error al sobreescribir la llamada al reporter.