Skip to content

Commit

Permalink
FIX: More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jul 23, 2024
1 parent 4eaa59c commit 5cecd20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
qt: true
pyvista: false
- run: pytest -rfEXs --cov-report= --tb=short --durations 30 -v --cov=mne --cov-report xml hcp
- run: pytest -rfEXs --cov-report= --tb=short --durations 30 -v --cov=hcp --cov-report xml hcp
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
5 changes: 4 additions & 1 deletion hcp/tests/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
import os
import os.path as op

<<<<<<< Updated upstream
hcp_prefix = 's3://hcp-openaccess/HCP_900'
subject = '105923'

=======
subject = "105923"
>>>>>>> Stashed changes

hcp_data_types = [
'rest',
Expand Down

0 comments on commit 5cecd20

Please sign in to comment.