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

Closed 14 years ago

#1245 closed defect (fixed)

Problems on >> operator handling Series — at Version 1

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 (last modified by Víctor de Buen Remiro)

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.

Change History (1)

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

Description: modified (diff)
Resolution: fixed
Status: newclosed

Sorry, TOL 2.0.1 is the current official version, so, TOL1.1.7 cannot be updated since 2011-05-03

I've tried with 1.1.7-bridge and it works fine

v1.1.7 b.23.bridge 2010-01-08 11:14:09 i686-win

You can migrate to this version that is fully compatible with 1.1.7, although I recommend you to upgrade to 2.0.1 as soon as posible.

Note: See TracTickets for help on using tickets.