#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
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:2 Changed 19 years ago by
Status: | new → assigned |
---|
comment:3 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000398 |
---|
We are working in this bug
Thanks to report it