From 524350050ef28d8c1f006d69555b6a737cf3bacd Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 24 Aug 2022 14:46:47 -0400 Subject: [PATCH] Reverted schema version and removed debugging print call. --- src/schema/SCHEMA_VERSION | 2 +- tools/schemacode/bidsschematools/tests/test_make_testdata.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/schema/SCHEMA_VERSION b/src/schema/SCHEMA_VERSION index df8c6768ad..25a5afd80b 100644 --- a/src/schema/SCHEMA_VERSION +++ b/src/schema/SCHEMA_VERSION @@ -1 +1 @@ -0.0.1661366484-dev +0.4.0-dev diff --git a/tools/schemacode/bidsschematools/tests/test_make_testdata.py b/tools/schemacode/bidsschematools/tests/test_make_testdata.py index 4a8a18bc9a..7cfc8136f2 100644 --- a/tools/schemacode/bidsschematools/tests/test_make_testdata.py +++ b/tools/schemacode/bidsschematools/tests/test_make_testdata.py @@ -36,7 +36,6 @@ def test_make_archive(bids_examples, bids_error_examples): os.makedirs(target_dir, exist_ok=True) shutil.copytree(bids_examples, f"{target_dir}/bids-examples") shutil.copytree(bids_error_examples, f"{target_dir}/bids-error-examples") - print("TEST DATA IS BEING MADE in f{target_dir}") # Keeping this for now, it would be really nice to have a separate archive someday. # archive_name = f"bidsschematools-testdata-{__version__}"