Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use of session_id in collect_data #909

Merged
merged 33 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b10ba40
Draft test for parsing.
tsalo Jan 9, 2025
320567d
Update test_cli_run.py
tsalo Jan 9, 2025
c96e5d6
Update test_cli_run.py
tsalo Jan 9, 2025
17e9f26
Update test_cli_run.py
tsalo Jan 9, 2025
7c6ffb0
Update test_cli_run.py
tsalo Jan 9, 2025
6ea6a52
Update test_cli_run.py
tsalo Jan 9, 2025
2b55831
Merge branch 'master' into fix-session-wise
tsalo Jan 10, 2025
1e5a58e
Update test_cli_run.py
tsalo Jan 13, 2025
0fc32f5
Update test_cli_run.py
tsalo Jan 13, 2025
5c72201
Update test_cli_run.py
tsalo Jan 13, 2025
a5e5ce2
Update test_cli_run.py
tsalo Jan 13, 2025
9938628
Update test_cli_run.py
tsalo Jan 13, 2025
a1be80c
Update test_cli_run.py
tsalo Jan 13, 2025
63c94e2
Log the collected data.
tsalo Jan 13, 2025
920986e
Update test_cli_run.py
tsalo Jan 13, 2025
dee1425
Update tests.py
tsalo Jan 13, 2025
73a1338
Create config.toml
tsalo Jan 13, 2025
4873979
Update test_cli_run.py
tsalo Jan 13, 2025
5925cc8
Update test_cli_run.py
tsalo Jan 13, 2025
5a73f5e
Update test_cli_run.py
tsalo Jan 13, 2025
43f80af
Update test_cli_run.py
tsalo Jan 13, 2025
6993420
Update test_cli_run.py
tsalo Jan 13, 2025
1968bb2
Update test_cli_run.py
tsalo Jan 13, 2025
a63c1d9
Update test_cli_run.py
tsalo Jan 13, 2025
446ccdd
Update test_cli_run.py
tsalo Jan 13, 2025
d9ef71f
Try fixing.
tsalo Jan 13, 2025
29ad797
Update bids.py
tsalo Jan 13, 2025
59ddec9
Update test_cli_run.py
tsalo Jan 13, 2025
6f6ce81
Update test_cli_run.py
tsalo Jan 13, 2025
afa43a4
Update test_cli_run.py
tsalo Jan 13, 2025
0d99c64
Update test_cli_run.py
tsalo Jan 13, 2025
b47dd06
Update test_cli_run.py
tsalo Jan 13, 2025
3c49cd6
Update test_cli_run.py
tsalo Jan 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test_cli_run.py
tsalo committed Jan 13, 2025
commit 920986ea25b0cff8872a27f254540b8eedad75fc
2 changes: 1 addition & 1 deletion qsiprep/tests/test_cli_run.py
Original file line number Diff line number Diff line change
@@ -188,7 +188,7 @@ def test_processing_list(tmpdir, name, skeleton, reference, expected):


@pytest.mark.parametrize(
('name', 'skeleton'),
('name', 'skeleton', 'sessions'),
[
('long', long, ['01', '02']),
('long2', long2, ['diffonly', 'full']),