Fix typo
This commit is contained in:
parent
832ebd76fb
commit
c66c24ff81
|
|
@ -101,7 +101,7 @@ filtered_symbols: &Vec<FilteredData>,) -> Result<Vec<(String, Vec<AdxData>)>, Bo
|
||||||
initial_adx_vec.push(adx_data);
|
initial_adx_vec.push(adx_data);
|
||||||
}
|
}
|
||||||
let partial_vec1 = initial_adx_vec.get(..adx_len).unwrap(); // for calculation of initial value
|
let partial_vec1 = initial_adx_vec.get(..adx_len).unwrap(); // for calculation of initial value
|
||||||
let partial_vec2 = initial_adx_vec.get(di_len..).unwrap(); // for calculation of the rest
|
let partial_vec2 = initial_adx_vec.get(adx_len..).unwrap(); // for calculation of the rest
|
||||||
|
|
||||||
let mut smoothed_adx_vec: Vec<AdxData> = Vec::new();
|
let mut smoothed_adx_vec: Vec<AdxData> = Vec::new();
|
||||||
let mut adx_calculated = 0.0;
|
let mut adx_calculated = 0.0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user