Skip to content

Commit

Permalink
Fix trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCorenflos committed Feb 17, 2024
1 parent 03f7809 commit 7e6390c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/howto_reproduce_the_blackjax_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The front page image of the repository is a sampled version of the following ima

![front_page_image](./data/blackjax.png)

Here we show how we can sample from the uniform distribution corresponding to black pixels in the image.
Here we show how we can sample from the uniform distribution corresponding to black pixels in the image.


## Make the image into a numpy array
Expand Down Expand Up @@ -195,4 +195,4 @@ ani = animation.FuncAnimation(fig, animate, repeat=True,
# ani.save('scatter.gif', writer=writer)
```

![front_page_gif](./scatter.gif)
![front_page_gif](./scatter.gif)

0 comments on commit 7e6390c

Please sign in to comment.