Skip to content

Commit 17471d2

Browse files
authored
Update model_benchmarking.py
1 parent 5ad32ec commit 17471d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ambient_sound_analysis/model_benchmarking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
bb_df = pd.read_parquet(broadband_path)
3838

3939
# set threshold
40-
threshold = 5
40+
threshold = 4
4141

4242
import numpy as np
4343
nof_ships = (np.diff((bb_df['0']>threshold).astype('uint8'))==1).sum()

0 commit comments

Comments
 (0)