Skip to content

Commit 1aeb448

Browse files
committed
fix: missed an import
1 parent 3624566 commit 1aeb448

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jax_galsim/photon_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from contextlib import contextmanager
22

3+
import equinox
34
import galsim as _galsim
45
import jax
56
import jax.numpy as jnp

0 commit comments

Comments
 (0)