#526 closed defect (fixed)
DatCh still not working!
Reported by: | imendez | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | TimeSetAlgebra | Version: | 1.1.6 |
Severity: | critical | Keywords: | |
Cc: |
Description
Hello, this code does not work as expected:
Serie sr = SubSer(CalInd(C, Diario), Today, Today);
Serie dt = DatCh(sr, Mensual, FirstS);
sr has length 1 and DatCh produces a series with 2 elements.
Regards,
Change History (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Status: | new → assigned |
---|
We are working about this bug
Thanks to report it
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This problem has been solved in both versions:
-development version
- cvs HEAD
- v1.1.7 b.0.3.alpha 2007-11-26 11:55:00 i686-win
-official version
*cvs branch TOL-REL-1-1-6_BRANCH
*binary build v1.1.6 b.3 2007-12-10 18:52:14 i686-win
*debian package v1.1.6 b.3
Thanks to report it
comment:4 Changed 17 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000526 |
---|
Note: See
TracTickets for help on using
tickets.
Hello, this Bug is related to Bug #154.
That bug says:
Serie s1 = SubSer(CalInd(C,Diario),y2003m07d12,y2004m01d31);
Serie s2 = DatCh(s1,Mensual,SumS);
When that bug was reported, the error was that the first date of "s2" was y2003m08d01 (according Javier Portugal, the reporter). Now, if we run this code, we can find that first date of "s2" is right (y2003m07d01) BUT the last date is wrong (y2004m02d01 instead of the expected y2004m01d01).
Regards.