Procházet zdrojové kódy

Fix detector test for adaptive event lifetime

master
Jan Svabenik před 1 dnem
rodič
revize
bfd601be31
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      internal/detector/detector_test.go

+ 1
- 1
internal/detector/detector_test.go Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit