From 172356055c4ff078e02f0835a17e223245a9657a Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F." Date: Sun, 6 Oct 2024 14:28:11 +0200 Subject: [PATCH] Removed dependency on ndarray_stats. Not working lib. --- src/rt/ppm.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rt/ppm.rs b/src/rt/ppm.rs index ac5a84b..1db36a8 100644 --- a/src/rt/ppm.rs +++ b/src/rt/ppm.rs @@ -5,7 +5,6 @@ use crate::{config::*, FreqWeighting, StandardFilterDescriptor}; use crate::{daq::StreamMgr, Dcol}; use crossbeam::channel::{unbounded, Receiver, Sender}; use crossbeam::utils::Backoff; -use ndarray_stats::QuantileExt; use parking_lot::Mutex; use std::default; use std::ops::DerefMut;