close Warning: Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#519 closed defect (fixed)

Metodo GetResults en NLO

Reported by: irobles Owned by: Pedro Gea
Priority: blocker Milestone: Release 0.6
Component: Estimation Keywords:
Cc:

Description (last modified by Pedro Gea)

Buenos días,

al realizar el metodo GetResults sonre una estimación NLO, da el siguiente error

  ERROR: [1] No ha sido posible convertir de Set hacia NameBlock para el objeto 'ResultsAdapter'

[Call stack]
  [2] NameBlock estimation::estimation::kernel::estimationKernel::GetResults (Real void)
  [1] NameBlock estimation::estimation::estimation::GetResults (Real void)

Se puede comprobar cargando la estimación:

\\nas\bdr\mms\tickets\519\PRICTA.Mod.WOE_Fmz.SI_Gen.2006XX_Ctr.XXXX_Seg.NNN..Imp_in_91_12mesº7.0ºProbitºNLO__1.5.oza

Change History (4)

comment:1 Changed 14 years ago by Pedro Gea

Component: GeneralStrategyMultiNLO
Description: modified (diff)
Milestone: Release 0.6
Status: newaccepted

comment:2 Changed 14 years ago by Pedro Gea

Component: StrategyMultiNLOEstimation

Este error no es un 'bug' ya que el adaptador de resultados que devuelve este método sólo está accesible con la estimación recién realizada, cuando aún se dispone de los resultados nativos.

Para la obtención estándar de resultados utilicense las clases de resultados vía el método:

MMS::@Model.Restults modelR = <estimation>::GetModel.Results(?);

Se indicará esta información para hacer más explícito el error.

comment:3 Changed 14 years ago by Pedro Gea

Resolution: fixed
Status: acceptedclosed

(In [2229]) Se introduce nuevos mensajes de error en el método GetResults.
Closes #519

comment:4 Changed 14 years ago by Pedro Gea

Description: modified (diff)
Note: See TracTickets for help on using tickets.