Skip to content

Commit a47a675

Browse files
committed
set external data ratio to 0 for test
1 parent 3702b5a commit a47a675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/dataset_classes/testChebiOverXPartial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def setUpClass(cls, mock_makedirs) -> None:
1717
Set up the ChEBIOverXPartial instance with a mock processed directory path and a test graph.
1818
"""
1919
cls.chebi_extractor = ChEBIOverXPartial(
20-
top_class_id=11111, external_data_ratio=0.5, chebi_version=231
20+
top_class_id=11111, external_data_ratio=0, chebi_version=231
2121
)
2222
cls.test_graph = ChebiMockOntology.get_transitively_closed_graph()
2323

0 commit comments

Comments
 (0)