We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379e8cd commit 96dd325Copy full SHA for 96dd325
utils/test-compare-two-versions.sh
@@ -26,6 +26,10 @@ function run() {
26
shift
27
source $heudiconvdir/venvs/dev3/bin/activate
28
whichheudiconv=$(which heudiconv)
29
+ # to get "reproducible" dataset UUIDs (might be detremental if we had multiple datalad calls
30
+ # but since we use python API for datalad, should be Ok)
31
+ export DATALAD_SEED=1
32
+
33
34
if [ ! -e "$out" ]; then
35
# just do full conversion
0 commit comments