Skip to content

Commit

Permalink
Fixes jax.config deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
CLangford2098 committed Sep 18, 2024
1 parent d99d821 commit e92e59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/examples/fisher_information.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This notebook follows on from [Phase Mask Design](designing_a_mask.md) and will
```python
# Core jax
import jax
from jax.config import config
from jax import config

import jax.numpy as np
import jax.random as jr
Expand Down

0 comments on commit e92e59d

Please sign in to comment.