diff --git a/code/useful_functions.py b/code/useful_functions.py index 6988861..39ba01e 100644 --- a/code/useful_functions.py +++ b/code/useful_functions.py @@ -427,12 +427,7 @@ def spike_times(stim): dt = ti.sampling_interval return spikes, stim_dur, dt # se changed spike_times to spikes so its not the same as name of function - -<<<<<<< HEAD def valid_integrals(integral, local_mean, point, threshold = 0.1): -======= -def valid_integrals(integral, local_mean, point, threshold = 0.3): ->>>>>>> 3575361af10b14a99959f8aeb1b57a1e08d0446a """ Check if the integral exceeds the threshold compared to the local mean and provide feedback on whether the given point is valid or not.