changed all_coming_together

This commit is contained in:
Diana 2024-10-23 15:29:38 +02:00
parent 59f18a1467
commit 7ce9c39ae8

View File

@ -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.