Skip to content

Commit

Permalink
Fix tests after dc/g removal (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradh authored Apr 3, 2023
1 parent d421150 commit e0ed277
Show file tree
Hide file tree
Showing 11 changed files with 3,914 additions and 1,336 deletions.
2 changes: 1 addition & 1 deletion nl_server/tests/embeddings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def setUpClass(cls) -> None:
["dc/g/FarmInventory", 'dc/topic/AgriculturalProduction']
],
["agriculture workers", ["dc/hlxvn1t8b9bhh"]],
["heart disease", ["dc/g/Person_MedicalCondition-CoronaryHeartDisease"]],
["heart disease", ["Percent_Person_WithCoronaryHeartDisease"]],
])
def test_sv_detection(self, query_str, expected_list):
got = self.nl_embeddings.detect_svs(query_str)
Expand Down
Loading

0 comments on commit e0ed277

Please sign in to comment.