We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5791e commit 5f630ebCopy full SHA for 5f630eb
test/test_thorough_bids_example.py
@@ -71,7 +71,6 @@ def test_subject_state(reference_collection, generated_collection):
71
assert generated_subject_state is not None
72
73
74
-@pytest.mark.skip(reason="This test should be activated after pull request #36")
75
def test_person(reference_collection, generated_collection):
76
generated_persons = detect_type(
77
generated_collection, "Person")
0 commit comments