From b8c683b9fe13369a3d101e2520b1a3fab476cf53 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 13 Nov 2023 11:37:13 -0500 Subject: [PATCH] Update tests.py --- aslprep/tests/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aslprep/tests/tests.py b/aslprep/tests/tests.py index cceacda99..92b1da20f 100644 --- a/aslprep/tests/tests.py +++ b/aslprep/tests/tests.py @@ -29,7 +29,6 @@ def mock_config(): config.execution.work_dir = Path(mkdtemp()) config.execution.bids_dir = Path(pkgrf("aslprep", "tests/data/ds000240")).absolute() - raise Exception(os.listdir(config.execution.bids_dir)) config.execution.init() yield