Opened 17 years ago
Closed 17 years ago
#556 closed defect (fixed)
Bug in DefEq?
Reported by: | fjmolina | Owned by: | rcsoto |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | TimeSetAlgebra | Version: | 1.1.6 |
Severity: | minor | Keywords: | TOL |
Cc: |
Description
The following script is not working: when I run it, st ends up being empty.
Is it a bug of DefEq?
Serie I = MatSerSet ( Row ( 1, 2 ), Mensual, y2000m01 )[ 1 ];
Ration R = ( 1 - ( 5 / 8 ) * B + ( 1 / 6 ) * B2 ) / ( 1 - ( 5 / 6 ) * B + ( 1 / 6 ) * B2 );
Serie S = SubSer ( Gaussian ( 10000, 1 ), y1990m01d01, y2008m01d01 );
Serie st = DifEq ( Ratio R, Serie S, Serie I );
Change History (3)
comment:1 Changed 17 years ago by
Keywords: | TOL added; Tol-Base removed |
---|---|
product: | Tol-Base → TOL |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
You are mixing a Mensual dated time serie I and a C dated S and result is correct.
Probably a warning message will be showed to notify of this situation.
Thanks for reporting
this is a TOL bug