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 14 years ago

Last modified 14 years ago

#1199 closed defect

CalInd( W, ...) corrupted — at Version 1

Reported by: Jorge Owned by: Víctor de Buen Remiro
Priority: highest Milestone: Mantainance
Component: TimeAlgebra Version: 2.0.1
Severity: blocker Keywords: CalInd
Cc: cperez@…, palmagro@…

Description (last modified by Jorge)

Attached is an oza file that corrupt the behaviour of CalInd( W, Daily).

Also is attached a test.tol

Serie S1 = SubSer( CalInd( W, Daily ), y2010, y2011m12 );
Set Include( "VC1.C56.22_data.oza" );
Serie S2 = SubSer( CalInd( W, Daily ), y2010, y2011m12 );
Serie S3 = S2 - S1;
Real check = MaxS( S3 );
WriteLn( "check must be 0 and it is " << check );

S1 is 0 as expected but S2 is 1 on every 21 of each month.

Change History (3)

Changed 14 years ago by Jorge

Attachment: VC1.C56.22_data.oza added

Changed 14 years ago by Jorge

Attachment: test.tol added

comment:1 Changed 14 years ago by Jorge

Cc: cperez@… palmagro@… added
Description: modified (diff)
Note: See TracTickets for help on using tickets.