Skip to content

Commit

Permalink
Merge branch 'develop' into mh/documenter-action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Feb 28, 2020
2 parents ac0f323 + 5a016fb commit a2c0675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ row per input (just one in the example) and one column per sample. So for a
sinusoid at 1 kHz lasting one second, we do

```Julia
y = run!(model, sin(2π*1000/44100*(0:44099).'))
y = run!(model, [sin(2π*1000/44100*n) for c in 1:1, n in 0:44099])
```

The output `y` now likewise is a matrix with one row for the one probe we have
Expand Down

0 comments on commit a2c0675

Please sign in to comment.