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

#489 closed defect (fixed)

Cargar estimación WLogit

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

Description

Buenos días, si creamos una estimación wlogit, la almacenamos y despues la cargamos da el siguiente error:

ERROR: [1] Fallo en la función "Spc"

[Call stack]
  [11] NameBlock MMS::@Settings::Spc (Set settings.)
  [10] NameBlock MMS::@Strategy::Spc (Set strategy., NameBlock parent)
  [9] Real object::estimation::kernel::estimationKernel::SetStrategy_Spc (Set strategy.)
  [8] Real object::estimation::estimation::SetStrategy_Spc (Set strategy.)
  [7] NameBlock MMS::@Estimation::Spc (Set estimation.)
  [6] NameBlock MMS::@Estimation::Spc.Compatible (Set estimation.)
  [5] NameBlock MMS::@ObjectMain::Spc (Text subclass, Set objectMain.)
  [4] NameBlock EEPTHE.Repo.Red::repository::repositoryFolder::LoadObject (Text subclass, Anything info)
  [3] Real MMS::Menu::Repository.LoadObject (NameBlock instance, Set extraData)
  [2] Real option::option::inst::invoke (Anything objOrSelection)
  [1] Real GuiTools::MenuManager::invokeEntry (Text optionName, Set objOrSelection)

Warning: [1] La función :: ha fallado en : 
@Settings ::Spc(strategy.::Settings.)

Se puede comprobar ejecutando el modelo de satisfacción del sistema sanitario, hasta el fichero SatSisSan.1_W_03_estimation.tol.

Ahi creamos la estimación, y despues ejecutamos la siguiente línea de código

   estimation.sss3::Save_AtRepository(Repositorio, "Heavy");

siendo repositorio un repositorio cualquiera.

Después al cargar la estimación da el error comentado al principio

Change History (1)

comment:1 Changed 14 years ago by mafernandez

Resolution: fixed
Status: newclosed

(In [2175]) closes #489

En el método Spc se incluye se incluye el caso MultiNLO

Note: See TracTickets for help on using tickets.