fix
This commit is contained in:
parent
5d5b959f0d
commit
0a046438b2
@ -120,6 +120,7 @@ impl FunctionEntry {
|
||||
// TODO: refactor this
|
||||
/// Returns back values, integral data (Bars and total area), and Derivative
|
||||
/// values
|
||||
#[allow(clippy::type_complexity)]
|
||||
pub fn run_back(&mut self) -> (Vec<Value>, Option<(Vec<Bar>, f64)>, Option<Vec<Value>>) {
|
||||
let resolution: f64 = (self.pixel_width as f64 / (self.max_x - self.min_x).abs()) as f64;
|
||||
let back_values: Vec<Value> = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user