Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tavareshugo committed Mar 22, 2024
1 parent a59c7c8 commit 79a8aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materials/05-arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ The student has a python script that runs this model taking some input parameter
The two main parameters in the model are called "feed" and "kill", and their python script accepts these as options, for example:

```bash
python scripts/turing_model.py --feed 0.04 --kill 0.06 --outdir results/turing/
python scripts/turing_pattern.py --feed 0.04 --kill 0.06 --outdir results/turing/
```

This would produce an image saved as `results/turing/f0.04_k0.06.png`.
Expand Down

0 comments on commit 79a8aec

Please sign in to comment.