Skip to content

Commit d972d7b

Browse files
committed
Remove junk test code
1 parent 1736b51 commit d972d7b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cubids/tests/test_bond.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,14 +1037,6 @@ def test_validator(tmp_path):
10371037
assert isinstance(parsed, pd.DataFrame)
10381038

10391039

1040-
def bids_validator_version(tmp_path):
1041-
"""Test validator.bids_validator_version."""
1042-
# Get the BIDS validator version
1043-
validator_version = get_bids_validator_version()
1044-
# Extract schemaVersion
1045-
summary_info = extract_summary_info(decoded)
1046-
1047-
10481040
def test_bids_version(tmp_path):
10491041
"""Test workflows.bids_version."""
10501042
data_root = get_data(tmp_path)

0 commit comments

Comments
 (0)