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

Closed 17 years ago

#577 closed defect (fixed)

Error in CorrS function

Reported by: imendez Owned by: Víctor de Buen Remiro
Priority: high Milestone:
Component: Math Version: 1.1.6
Severity: major Keywords:
Cc:

Description

Hi, if you compile this code:

Serie sr = SubSer(CalInd(WD(1), Diario), y2007, y2008);
Serie srB = B:sr;
Real r1 = CorrS(sr, srB);
Real r2 = CorrS(sr, B:sr);

TOL shows this message:

ERROR: [1] .ass no es un identificador de variable válido.

Warning: [2] La función Eval ha fallado en :
{Eval(""+Name(ser)+"")}

Regards.

Change History (2)

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

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

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

Resolution: fixed
Status: newclosed

Function CorrS calls to function AdjustSetSer that assumes named series.

Problem has been fixed in CVS HEAD and 1.1.6

If you don't want to wait the next TOL binary release, then you can replace your stdlib/general/grammars/_set.tol by this fixed other

http://cvs.tol-project.org/viewcvs.cgi/*checkout*/tol/stdlib/general/grammars/_set.tol

Thanks for reporting.

Note: See TracTickets for help on using tickets.