ASM #18773 - additional changes
Change-Id: I52a0386d069174f6f1ca5fcfd5bf60ddaf659e79
(cherry picked from commit 5a7d67fd7f
[formerly 0f686d1ddd18c55a40e9f6aa57f4bbf55387d717])
Former-commit-id: 65b7ccc390c97d0d5d7f71806468abcae183cc5e
This commit is contained in:
parent
1b639a7435
commit
06f5343b02
1 changed files with 4 additions and 4 deletions
|
@ -2484,8 +2484,8 @@ class BOIVerifyUtility(SmartScript.SmartScript):
|
|||
(stime,etime)=verPer
|
||||
totalTime=etime-stime
|
||||
recmatch=logical_and(rightRecord,
|
||||
logical_and(greater(self.fncEtime,stime),
|
||||
less(self.fncStime,etime)))
|
||||
logical_and(greater(self.fncEtime[:],stime),
|
||||
less(self.fncStime[:],etime)))
|
||||
#
|
||||
# When there are matching records...find each basetime that
|
||||
# forecast for this period
|
||||
|
@ -2948,8 +2948,8 @@ class BOIVerifyUtility(SmartScript.SmartScript):
|
|||
(stime,etime)=verPer
|
||||
totalTime=etime-stime
|
||||
recmatch=logical_and(rightRecord,
|
||||
logical_and(greater(self.sncEtime,stime),
|
||||
less(self.sncStime,etime)))
|
||||
logical_and(greater(self.sncEtime[:],stime),
|
||||
less(self.sncStime[:],etime)))
|
||||
#
|
||||
# When there are matching records...find each basetime that
|
||||
# forecast for this period
|
||||
|
|
Loading…
Add table
Reference in a new issue