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 9015381 commit 08f6071Copy full SHA for 08f6071
tests/unit/dataset_classes/testChebiTermCallback.py
@@ -36,6 +36,7 @@ def test_process_valid_terms(self) -> None:
36
"has_part": set(),
37
"name": "Compound A",
38
"smiles": "C1=CC=CC=C1",
39
+ "subset": "2_STAR",
40
}
41
42
actual_dict: Dict[str, Any] = term_callback(
0 commit comments