Skip to content
Open

test #25

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19, valentina-s, 17471d2804c069415250e29a144117c74586bba7, test
2 changes: 1 addition & 1 deletion ambient_sound_analysis/model_benchmarking.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
bb_df = pd.read_parquet(broadband_path)

# set threshold
threshold = 5
threshold = 4

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