Opened 19 years ago
Last modified 13 years ago
#354 closed defect
Bad working of DatCh or SerTms function — at Initial Version
Reported by: | imendez | Owned by: | danirus |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | TimeSetAlgebra | Version: | head |
Severity: | major | Keywords: | |
Cc: |
Description
Hi, in this code:
Serie sr = SubSer(Step(y2005m09d01, Diario), y2005m08d21, y2005m10d01);
Date firstDate = First(sr);
Serie srDatChAutoDating = DatCh(sr, SerTms(sr), FirstS);
Date firstDateAutoDating = First(srDatChAutoDating);
the series "srDatChAutoDating" begins (i.e. has its first known value) at
y2005m08d20 instead of y2005m09d01, as it should be. I don't know if it's an
error produced by DatCh function or SerTms function.
Regards.
Note: See
TracTickets for help on using
tickets.