Skip to content

Commit

Permalink
Merge pull request #98 from scilus/test/update_data
Browse files Browse the repository at this point in the history
Update test data
  • Loading branch information
AlexVCaron authored Mar 12, 2024
2 parents 4f0ce1b + 0d67f5b commit 94420f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
pytest:
runs-on: scilus-nf-scil-runners
name: pytest-${{ inputs.module }}
if: inputs.module != ''
env:
NXF_ANSI_LOG: false

Expand Down
4 changes: 3 additions & 1 deletion modules/nf-scil/testdata/scilpy/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ process TESTDATA_SCILPY {
"surface_vtk_fib.zip": "241f3afd6344c967d7176b43e4a99a41",
"tractograms.zip": "5497d0bf3ccc35f8f4f117829d790267",
"registration.zip": "95ebaa64866bac18d8b0fcd96cd10958",
"topup_eddy.zip": "aba9bd55ef30d9b45338883ed927d41e"
"topup_eddy.zip": "06e19426647c2a046c9e2c143c652316",
"bids.zip": "417fea0afc17953f67588f786f36952c",
"antsbet.zip": "9ef6502da1437bdc45301cf1a3a649ad"
}
def fetch_data(files_dict, keys=None):
Expand Down

0 comments on commit 94420f2

Please sign in to comment.