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

Last modified 13 years ago

#1547 assigned defect

Series concatenation — at Initial Version

Reported by: Luis Artiles Owned by: Víctor de Buen Remiro
Priority: high Milestone: Mantainance
Component: TimeAlgebra Version: 3.1
Severity: normal Keywords:
Cc: josp@…

Description

I have tried to build a series with missing values in between in other to use it for a ticket example but both intents failed:

Serie auxser = SubSer(CalInd(Daily,C),y2012m01d01,y2012m02d01) >> Serie 2*SubSer(CalInd(Daily,C),y2012m03d01,y2012m04d01) ;

In this case I get

Grammar: Serie
Name: ser
Content: Daily[y2012m03d01,y2012m04d01]

as variable description.

I also tried this

Serie auxser = SubSer(CalInd(C,Daily),y2012m01d01,y2012m02d01) + Serie 2*SubSer(CalInd(C,Daily),y2012m03d01,y2012m04d01) ;

For the second one I get as variable description:

Grammar: Serie
Name: ser
Content: Daily[y2012m03d01,y2012m02d01]

When trying to visualsize get this:

can't find element "" in ".main.mdi.slave8.work.g.gr.gr"
can't find element "" in ".main.mdi.slave8.work.g.gr.gr"

while executing

"$g element cget [lindex $it 0] -label"

(procedure "::bayesGraph::ReadIni" line 244)
invoked from within

"::bayesGraph::ReadIni $this"

(procedure "ReadIni" line 36)
invoked from within

"ReadIni $Instance"

(procedure "::SeriesGraph::Create" line 56)
invoked from within

"::SeriesGraph::Create $tlf.g $sergrp"

invoked from within

"time {

set Instance [::SeriesGraph::Create $tlf.g $sergrp]
}"
(procedure "DrawSeries" line 23)
invoked from within

"DrawSeries $series"

(procedure "::TolInspector::DrawSerie" line 11)
invoked from within

"::TolInspector::DrawSerie"

(menu invoke)

Change History (0)

Note: See TracTickets for help on using tickets.