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 33ef6db commit 9576232Copy full SHA for 9576232
bbot/test/test_step_1/test_helpers.py
@@ -1109,7 +1109,6 @@ def test_simhash_similarity(helpers):
1109
very_similarity = simhash.similarity(base_hash, very_hash)
1110
complete_similarity = simhash.similarity(base_hash, completely_hash)
1111
1112
- print("@@@@")
1113
print(f"Identical: {identical_similarity:.3f}")
1114
print(f"Slightly different: {slight_similarity:.3f}")
1115
print(f"Moderately different: {moderate_similarity:.3f}")
0 commit comments