Skip to content

Commit 5cecd20

Browse files
committed
FIX: More fixes
1 parent 4eaa59c commit 5cecd20

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
qt: true
6666
pyvista: false
67-
- run: pytest -rfEXs --cov-report= --tb=short --durations 30 -v --cov=mne --cov-report xml hcp
67+
- run: pytest -rfEXs --cov-report= --tb=short --durations 30 -v --cov=hcp --cov-report xml hcp
6868
- uses: codecov/codecov-action@v4
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}

hcp/tests/config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
import os
55
import os.path as op
66

7+
<<<<<<< Updated upstream
78
hcp_prefix = 's3://hcp-openaccess/HCP_900'
89
subject = '105923'
9-
10+
=======
11+
subject = "105923"
12+
>>>>>>> Stashed changes
1013

1114
hcp_data_types = [
1215
'rest',

0 commit comments

Comments
 (0)