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 837d595 commit 4d55241Copy full SHA for 4d55241
famplex/tests/test_load.py
@@ -0,0 +1,8 @@
1
+from famplex.load import load_grounding_map
2
+
3
4
+def test_load_grounding_map():
5
+ gm = load_grounding_map()
6
+ for text, db_refs in gm.items():
7
+ assert db_refs['TEXT'] == text
8
+ assert '' not in db_refs
0 commit comments