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 f75b383 commit 15563dcCopy full SHA for 15563dc
tests/test_resultinfo.py
@@ -71,10 +71,6 @@ def test_print_result_info(model):
71
print(model.metadata.result_info)
72
73
74
-def test_result_info_available_qualifier_labels(model):
75
- assert model.metadata.result_info.available_qualifier_labels == []
76
-
77
78
@pytest.mark.skipif(True, reason="Used to test memory leaks")
79
def test_result_info_memory_leaks(model):
80
import gc
0 commit comments