Skip to content

Commit

Permalink
increase the threshold for ex
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Nov 2, 2023
1 parent 39d6647 commit 80e4e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slow5_press.c
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ static int ex_press(const uint16_t *in, uint32_t nin, uint8_t **out_ptr,
}
}

if(nex > nin/100){
if(nex > nin/10){
SLOW5_WARNING("ex-zd: %d Exceptions out of %d samples. Compression may not be ideal.",nex,nin);
}

Expand Down

0 comments on commit 80e4e0d

Please sign in to comment.