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

Closed 19 years ago

Last modified 18 years ago

#398 closed defect (fixed)

B operator malfunctioning

Reported by: iizquierdo Owned by: Víctor de Buen Remiro
Priority: highest Milestone:
Component: TimeSetAlgebra Version: 1.1.3
Severity: critical Keywords:
Cc:

Description

Hi guys,

We reporte a bug on the B operator. The version we use is version 1.1.4 released
on May 11, 2006. It does not fail for a serie defined on Daily dating. However it
fails for CtSab = WD(6);

Here is trapped buggy bastard.

Serie s = CalInd(W, Diario) << SubSer(CalInd(C, Diario),y2004,y2005);
Serie b = B:s;
Serie ctsab = CalInd(W, CtSab) << SubSer(CalInd(C, CtSab),y2004,y2005);
Serie bs = B:ctsab;

It gives a new serie with initial date y1583m01d08, having some values at the
begining and being undefined from y1608m01d05 onwards.

Kill it asap svp.

Isa & Artiles

Change History (4)

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

Owner: changed from danirus to Víctor de Buen Remiro

We are working in this bug
Thanks to report it

comment:2 Changed 19 years ago by Víctor de Buen Remiro

Status: newassigned

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

Resolution: fixed
Status: assignedclosed

Problem has been solved in CVS.
In non bounded basic dating's that were limited to the closest date to the begin
(1582/12/31). This was a debug test that was forgotten. Sorry.

comment:4 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000398
Note: See TracTickets for help on using tickets.