Skip to content

Commit cac08cc

Browse files
committed
threshold 0.9 -> 0.8
1 parent 22265ed commit cac08cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dna_vana_proof/proof.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def generate(self) -> ProofResponse:
356356
input_data = [f for f in i_file]
357357
scorer = TwentyThreeWeFileScorer(input_data=input_data, config=self.config)
358358

359-
score_threshold = 0.9
359+
score_threshold = 0.8
360360

361361
self.update_proof_response(scorer, twenty_three_file)
362362

0 commit comments

Comments
 (0)