diff --git a/src/fitting.jl b/src/fitting.jl index 83c94fa..e056f47 100644 --- a/src/fitting.jl +++ b/src/fitting.jl @@ -241,7 +241,6 @@ function calculate_normal_vector(fit::Fitting, evenly_spaced_range, flow_data, t bounds = flow_data.bounds if fit.model == line_model - #TODO: Check if this work! This is just pure implementation no test! m, b = fit.parameters # Calculate the magnitude of each vector