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

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1473 closed defect (invalid)

Advertencia de reconstrucción de timesets

Reported by: Pedro Gea Owned by: Víctor de Buen Remiro
Priority: high Milestone: Mantainance
Component: Kernel Version: 3.1
Severity: critical Keywords:
Cc:

Description

La advertencia de reconstrucción de timesets:

Warning: [] OIS: 
Cannot rebuild virtual expression of non bounded TimeSet CtSem445 = Dating(serie)
Only cached dates will be accessible between [y1900m01d01,y2030m08d17]
To avoid this problem save just bounded time sets or use expressions that could be evaluated at OIS loading time.

se muestra aun cuando el timeset a reconstruir no se use por la preferencia de un timeset visible.

Para comprobarlo puede usarse el siguiente código:

TimeSet CtSem445 = C;
Set Ois.Load("serie.oza");

junto con el OZA adjuntado a #1451.
Véase también #1470

Change History (3)

comment:1 Changed 13 years ago by Víctor de Buen Remiro

Resolution: invalid
Status: newclosed

Lo siento pero a mí no me sale la advertencia ni con la 3.1 ni con la 3.2.
Sólo sale si quito la línea

TimeSet CtSem445 = C;

comment:2 Changed 13 years ago by Pedro Gea

Es cierto, eso ya sólo ocurre con la 2.0.1. Algo se habrá arreglado entre tanto.

comment:3 Changed 13 years ago by Víctor de Buen Remiro

(In [4360]) Refs #1473

Note: See TracTickets for help on using tickets.