Skip to content

Commit

Permalink
Update README.md to show vmap and jacfwd images
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorStoneAstro authored Jan 4, 2024
1 parent 7c342ee commit 52a9fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for ax, im in zip(axarr.flatten(), images):
plt.show()
```

![Batched Caustics lensed images](../../media/minisim_vmap.png)
![Batched Caustics lensed images](./media/minisim_vmap.png)

### Automatic Differentiation

Expand All @@ -82,7 +82,7 @@ for i, ax in enumerate(axarr.flatten()):
plt.show()
```

![Jacobian Caustics lensed image](../../media/minisim_jacobian.png)
![Jacobian Caustics lensed image](./media/minisim_jacobian.png)

## Documentation

Expand Down

0 comments on commit 52a9fb7

Please sign in to comment.