Skip to content
Snippets Groups Projects
Verified Commit b1dca48a authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

update the README

parent 5058d5da
No related branches found
No related tags found
No related merge requests found
Pipeline #5345 passed
...@@ -37,5 +37,5 @@ inbreeding run --options $OPTS --prng-seed $PRNG_SEED ...@@ -37,5 +37,5 @@ inbreeding run --options $OPTS --prng-seed $PRNG_SEED
``` ```
```bash ```bash
let experiment = $"($PRNG_SEED)-($OPTS.environment)-($OPTS.k)-($OPTS.n)-($OPTS.nb_bytes)" let experiment = $"($PRNG_SEED)-($OPTS.environment)-($OPTS.k)-($OPTS.n)-($OPTS.nb_bytes)"
inbreeding load $experiment | inbreeding plot --options { k: $OPTS.k } inbreeding load $experiment | inbreeding plot
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment