Skip to content

Commit 217faec

Browse files
committed
Update quality threshold
1 parent 48cbe49 commit 217faec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

my_proof/proof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def generate(self) -> ProofResponse:
5555
self.proof_response.ownership == 1
5656
and self.proof_response.uniqueness == 1
5757
and self.proof_response.authenticity == 1
58-
and (self.proof_response.quality > 0.5)
58+
and (self.proof_response.quality > 0.2)
5959
)
6060

6161
# Calculate overall score and validity

0 commit comments

Comments
 (0)