creams: make configurations unique
This commit is contained in:
parent
389d3f6310
commit
b900cb95f0
@ -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, ...}:
|
||||
|
@ -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, ...}:
|
||||
|
Loading…
Reference in New Issue
Block a user