bf
This commit is contained in:
parent
59719dd440
commit
f08bca9387
@ -147,7 +147,7 @@ def main(args):
|
||||
Crise_size = rise_size_oi[enu]
|
||||
Cblf = closest_baseline_freq[enu]
|
||||
|
||||
rise_end_t = times_v[(idx_v > Ct_idx) & (fish_freq[id_idx] < Cblf + Crise_size * 0.37)]
|
||||
rise_end_t = times_v[(times_v[idx_v] > Ct_idx) & (fish_freq[id_idx] < Cblf + Crise_size * 0.37)]
|
||||
if len(rise_end_t) == 0:
|
||||
right_time_bound[enu] = np.nan
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user