From d972d7b1611be06e80bddfe65c348659f55b1129 Mon Sep 17 00:00:00 2001 From: Tien Tong Date: Thu, 12 Dec 2024 16:43:33 -0500 Subject: [PATCH] Remove junk test code --- cubids/tests/test_bond.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cubids/tests/test_bond.py b/cubids/tests/test_bond.py index 068ee4fd..d33107be 100644 --- a/cubids/tests/test_bond.py +++ b/cubids/tests/test_bond.py @@ -1037,14 +1037,6 @@ def test_validator(tmp_path): assert isinstance(parsed, pd.DataFrame) -def bids_validator_version(tmp_path): - """Test validator.bids_validator_version.""" - # Get the BIDS validator version - validator_version = get_bids_validator_version() - # Extract schemaVersion - summary_info = extract_summary_info(decoded) - - def test_bids_version(tmp_path): """Test workflows.bids_version.""" data_root = get_data(tmp_path)