diff --git a/pysteps/blending/steps.py b/pysteps/blending/steps.py index fc1530f0..3f8c0b60 100644 --- a/pysteps/blending/steps.py +++ b/pysteps/blending/steps.py @@ -1437,7 +1437,7 @@ def __initialize_noise(self): self.__params.perturbation_generator, self.__params.noise_generator, 20, - conditional=True, + conditional=self.__config.conditional, num_workers=self.__config.num_workers, seed=self.__config.seed, )