Skip to content

Commit

Permalink
Update app/test/test_similarity_deprecated.py
Browse files Browse the repository at this point in the history
Co-authored-by: Skye Bender-deMoll <122867176+skyemeedan@users.noreply.github.com>
  • Loading branch information
DGaffney and skyemeedan authored Feb 13, 2025
1 parent 72a0211 commit 8535a7b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/test/test_similarity_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
from app.main.lib.shared_models.shared_model import SharedModel
from unittest.mock import patch

class TestSimilarityBlueprint(BaseTestCase):
class TestSimilarityBlueprintDeprecated(BaseTestCase):
"""
These tests involve text vectorization functionality provided by presto.
# TODO: update to new similarity endpoints after vectorization is available in CI env: https://meedan.atlassian.net/browse/CV2-6160
"""

maxDiff = None
use_model_key = 'xlm-r-bert-base-nli-stsb-mean-tokens'
test_model_key = 'indian-sbert'
Expand Down

0 comments on commit 8535a7b

Please sign in to comment.