creams: make configurations unique

This commit is contained in:
Rodrigo Arias Mallo 2021-03-30 16:14:11 +02:00
parent 389d3f6310
commit b900cb95f0
2 changed files with 4 additions and 4 deletions

View File

@ -75,9 +75,9 @@ let
};
# Compute the array of configurations
configs = stdexp.buildConfigs {
configs = unique (stdexp.buildConfigs {
inherit varConf genConf;
};
});
# Custom srun stage to copy the creams input dataset
customSrun = {nextStage, conf, ...}:

View File

@ -75,9 +75,9 @@ let
};
# Compute the array of configurations
configs = stdexp.buildConfigs {
configs = unique (stdexp.buildConfigs {
inherit varConf genConf;
};
});
# Custom srun stage to copy the creams input dataset
customSrun = {nextStage, conf, ...}: