Skip to content

Commit

Permalink
Remove junk test code
Browse files Browse the repository at this point in the history
  • Loading branch information
tientong98 committed Dec 12, 2024
1 parent 1736b51 commit d972d7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cubids/tests/test_bond.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d972d7b

Please sign in to comment.