Skip to content
Snippets Groups Projects
Commit cfffce49 authored by Camilla Compton's avatar Camilla Compton
Browse files

taken input of std_threshold out from find_indicators as not used

parent eb63463c
No related branches found
No related tags found
1 merge request!98Draft: WIP Positive/negative standard deviation refinement
......@@ -9,7 +9,7 @@ from .. import data
##################################################
def plot_indicators(event, channel, std_threshold, refined_gps, threshold):
def plot_indicators(event, channel, refined_gps, threshold):
"""Create graphs showing indicators of refined time.
"""
......@@ -233,7 +233,6 @@ def refine_time(event):
plot_indicators(
event,
params['CHANNEL'],
params['THRESHOLD'],
refined_gps=refined_gps,
threshold=threshold,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment