소스 검색

Fix detector test for adaptive event lifetime

master
Jan Svabenik 1 일 전
부모
커밋
bfd601be31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      internal/detector/detector_test.go

+ 1
- 1
internal/detector/detector_test.go 파일 보기

@@ -40,7 +40,7 @@ func TestDetectorCreatesEvent(t *testing.T) {

_, _ = d.Process(now.Add(5*time.Millisecond), spectrum, center)

now2 := now.Add(30 * time.Millisecond)
now2 := now.Add(50 * time.Millisecond)
noSignal := make([]float64, len(spectrum))
for i := range noSignal {
noSignal[i] = -100


불러오는 중...
취소
저장