Opened 20 years ago
Closed 20 years ago
#327 closed defect (invalid)
Bug in SetSer function
Reported by: | Christian Paz | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | TimeSetAlgebra | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
I don't know if it is a known and expected bug but I expect a different behaviour in
this case. When I execute these three lines
Set x=SetOfReal(1,2,3);
Serie y=SetSer(x,y2005m01d02,Monthly);
Set w=SerSet(y);
I would expect to have (w==x) but I got w= 0.000000, 0.000000 ?
This is because the ini Date passed to SetSer does not pertain to the Dating. I
would expect to have the first date D in the dating for which D > ini with the first
value of my set.
Maybe it is wrong but anyway I expect a warning during compiling time or in
SetSer description.
Greetings
Christian
Change History (2)
comment:1 Changed 20 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:2 Changed 20 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sorry
Both SerSet nor SetSer are kernel TOL functions and either are part of standard
TOL initlibrary.
You are using another TOL library. This bug-site is only for buggs about kernel and
standard initlibrary TOL. We cannot do anything to solve it.
Any way, thanks you to use this channel and feel free to send us anything, valid
bug or not: If we can we'll help you.