Skip to content

Commit a6aad48

Browse files
committed
Fix command
1 parent 0b60599 commit a6aad48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source-code/hydra/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ in the context of scientific software.
66
It support configuration file handling, command line arguments, logging,
77
multiruns and so on.
88

9+
910
## What is it?
1011

1112
1. `gen_rand.py`: Python script to write random numbers to standard
@@ -17,14 +18,15 @@ multiruns and so on.
1718
1. `debug.py`: Python script that simply prints the configuration settings for
1819
debugging purposes.
1920

21+
2022
## How to use it?
2123
Run with configuratino file settings:
2224
```bash
2325
$ ./gen_rand.py
2426
```
2527
To increase the number of random values:
2628
```bash
27-
$ ./gen_rand.py 10
29+
$ ./gen_rand.py n=10
2830
```
2931

3032
To use a uniform distribution:

0 commit comments

Comments
 (0)