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 1cabe58 commit ee2da6dCopy full SHA for ee2da6d
source-code/hydra/gen_rand.py
@@ -14,7 +14,7 @@ def gen_rand(cfg):
14
if cfg.n <= 0:
15
LOG.error(f'negative number to generate {cfg.n}')
16
return 1
17
- LOG.info(f'genrating {cfg.n} random numbers')
+ LOG.info(f'generating {cfg.n} random numbers')
18
LOG.info(f'using {cfg.distr.name} distribution')
19
if cfg.distr.name == 'gauss':
20
LOG.info(f'mu={cfg.distr.mu}, sigma={cfg.distr.sigma}')
0 commit comments