Skip to content

Commit

Permalink
snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Dec 18, 2024
1 parent 1b6fbc6 commit 8d206a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ nextflow_process {
{ assert process.success },
{ assert snapshot(
file(process.out.warped_image.get(0).get(1)).name,
file(process.out.transfo_image.get(0).get(1)).name,
file(process.out.warp.get(0).get(1)).name,
file(process.out.affine.get(0).get(1)).name,
process.out.versions
).match() }
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"content": [
"test__output_warped.nii.gz",
"test__deform_warp.nii.gz",
"test__affine_warp.lta",
[
"versions.yml:md5,5140205cdb117e3eb8cd4e28277f9291"
"versions.yml:md5,6f946408922f25f1a8182d35615b6d7b"
]
],
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
"nf-test": "0.9.2",
"nextflow": "24.04.3"
},
"timestamp": "2024-10-30T18:08:53.765658701"
"timestamp": "2024-12-18T13:10:28.733204"
}
}

0 comments on commit 8d206a8

Please sign in to comment.