Removed dependency on ndarray_stats. Not working lib.

This commit is contained in:
Anne de Jong 2024-10-06 14:28:11 +02:00
parent 3cc3ff54a3
commit 172356055c

View File

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