#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
Component: | Graphics → TOL-tcl |
---|
comment:3 Changed 21 years ago by
Status: | new → assigned |
---|
comment:4 Changed 21 years ago by
Component: | TOL-tcl → TYPE_TimeSet |
---|---|
Keywords: | TOL added; Tol-Base removed |
product: | Tol-Base → TOL |
Resolution: | → fixed |
Status: | assigned → closed |
This bugs is already solved at CVS. The Succesor and Predecessor method did not
work properly.
comment:5 Changed 18 years ago by
Component: | TYPE_TimeSet → Bayes SQL |
---|---|
Keywords: | Tol-Base added; TOL removed |
product: | TOL → Tol-Base |
Hello.
This error corresponds to the Tol-Tcl module.
Exactly, the error is when executing the sentence:
when: