Skip to content

Commit c100d3b

Browse files
committed
fix: find->findBin
1 parent c976bda commit c100d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa-physics/monitorRead.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ inHipoList.each { inHipoFile ->
604604
else overallMaxTimestamp = [ overallMaxTimestamp, timestamp ].max()
605605

606606
// find the bin that contains this event
607-
def thisQaBinOpt = qaBins.find(timestamp.longValue())
607+
def thisQaBinOpt = qaBins.findBin(timestamp.longValue())
608608
if(!thisQaBinOpt.isPresent()) continue; // skip if not found
609609
def thisQaBin = thisQaBinOpt.get()
610610
def thisQaBinNum = thisQaBin.getBinNum()

0 commit comments

Comments
 (0)