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

Closed 21 years ago

Last modified 18 years ago

#61 closed defect (fixed)

Using a TimeSet created from DatesOfSet for X Marker

Reported by: Javier Portugal Owned by: Jorge
Priority: high Milestone:
Component: DataBase Version: head
Severity: blocker Keywords: Tol-Base
Cc:

Description

I create a TimeSet using function DatesOfSet, for example:

Set setFechasSDI = SetOfSet
(

SetOfDate(y2002m07d01, y2002m07d31),
SetOfDate(y2002m08d01, y2002m09d16),
SetOfDate(y2002m09d17, y2002m09d30),
SetOfDate(y2002m10d01, y2003m03d25),
SetOfDate(y2003m03d26, y2003m04d30),
SetOfDate(y2003m05d01, y2003m09d09),
SetOfDate(y2003m09d10, y2003m10d03),
SetOfDate(y2003m10d04, y2003m11d30),
SetOfDate(y2003m12d01, y2004m01d16),
SetOfDate(y2004m01d17, y2004m03d16),
SetOfDate(y2004m03d17, y2004m04d16),
SetOfDate(y2004m04d17, y2004m05d16)

);

Set fechTmsSDI = Traspose(setFechasSDI)[1];
TimeSet tmsSDI = DatesOfSet(fechTmsSDI);

I can view this timeset with "View TimeSet" option in tol inspector, but when I
try to use this TimeSet for a x marker of a Diary serie, TolBase gets bloqued.

Serie s1 = Gaussian(1,2,Diario)

Serie s1 = Gaussian(0,1,Diario);

Change History (5)

comment:1 Changed 21 years ago by rcsoto

Component: GraphicsTOL-tcl

Hello.

This error corresponds to the Tol-Tcl module.

Exactly, the error is when executing the sentence:

$sergrp ticks add $timeSet

when:

$sergrp -> Set of Series to visualize
$timeSet -> In this example, tmsSDI

comment:2 Changed 21 years ago by rcsoto

Owner: changed from rcsoto to Jorge

New assignment

comment:3 Changed 21 years ago by Jorge

Status: newassigned

comment:4 Changed 21 years ago by Jorge

Component: TOL-tclTYPE_TimeSet
Keywords: TOL added; Tol-Base removed
product: Tol-BaseTOL
Resolution: fixed
Status: assignedclosed

This bugs is already solved at CVS. The Succesor and Predecessor method did not
work properly.

comment:5 Changed 18 years ago by Víctor de Buen Remiro

Component: TYPE_TimeSetBayes SQL
Keywords: Tol-Base added; TOL removed
product: TOLTol-Base
Note: See TracTickets for help on using tickets.