Skip to content

Commit e747aa8

Browse files
authored
Merge pull request #87 from mathieudpnt/hotfix/add_weak_detection_box
add weak detection line
2 parents db8b36e + dbe0a0a commit e747aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/post_processing/utils/core_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def add_weak_detection(
248248
ant,
249249
strftime_osmose_format(start_datetime),
250250
strftime_osmose_format(end_datetime),
251-
0,
251+
"WEAK",
252252
]
253253

254254
if "score" in df.columns:

0 commit comments

Comments
 (0)