Opened 14 years ago
Last modified 14 years ago
#1245 closed defect
Problems on >> operator handling Series — at Initial Version
Reported by: | Alfredo Torre | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | low | Milestone: | Mantainance |
Component: | TimeAlgebra | Version: | 1.1.7 |
Severity: | minor | Keywords: | concat, series, >> |
Cc: | agarcia@…, lablanco@…, imiranda@… |
Description
Hi,
if you run the following Code in TOL 1.1.7, the Series ser003 ends when ser002 ends! It should end at Last(ser001) if Last(ser001) >= Last(ser002):
Serie ser001 = SubSer(CalInd(C, Mensual), y2010, y2011);
Serie ser002 = SubSer(CalInd(C, Mensual), y2010, y2010m12);
Serie ser003 = ser001 >> ser002;
This does not happend in version 2.0.2.
Thanks in advance.
Note: See
TracTickets for help on using
tickets.