We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cbe49 commit 217faecCopy full SHA for 217faec
my_proof/proof.py
@@ -55,7 +55,7 @@ def generate(self) -> ProofResponse:
55
self.proof_response.ownership == 1
56
and self.proof_response.uniqueness == 1
57
and self.proof_response.authenticity == 1
58
- and (self.proof_response.quality > 0.5)
+ and (self.proof_response.quality > 0.2)
59
)
60
61
# Calculate overall score and validity
0 commit comments