Skip to content

Commit

Permalink
[FIX] Update snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed May 22, 2024
1 parent 3307fa3 commit 8b5c2a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions modules/nf-scil/tractogram/resample/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"single_end": false
},
[
"test_IFGWM_color_resampled.trk:md5,5129189b2bcaf065960a155ff670af71",
"test_IFGWM_resampled.trk:md5,5129189b2bcaf065960a155ff670af71"
"test_IFGWM_color_resampled.trk:md5,d2033a9ca445a83a489953560c0e43ea",
"test_IFGWM_resampled.trk:md5,d2033a9ca445a83a489953560c0e43ea"
]
]
],
Expand All @@ -59,8 +59,8 @@
"single_end": false
},
[
"test_IFGWM_color_resampled.trk:md5,5129189b2bcaf065960a155ff670af71",
"test_IFGWM_resampled.trk:md5,5129189b2bcaf065960a155ff670af71"
"test_IFGWM_color_resampled.trk:md5,d2033a9ca445a83a489953560c0e43ea",
"test_IFGWM_resampled.trk:md5,d2033a9ca445a83a489953560c0e43ea"
]
]
],
Expand All @@ -73,6 +73,6 @@
"nf-test": "0.8.4",
"nextflow": "24.04.1"
},
"timestamp": "2024-05-22T12:24:03.881762"
"timestamp": "2024-05-22T14:32:11.844922"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process {
ext.never_upsample = true
ext.seed = 44
ext.point_wise_std = 1
ext.tube_raidus = 1
ext.gaussian = 5
ext.tube_radius = 1
ext.gaussian = 0
ext.error_rate = 0.1
ext.keep_invalid = true
ext.downsample_per_cluster = false
Expand Down

0 comments on commit 8b5c2a5

Please sign in to comment.