We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e2300 commit 6d970a3Copy full SHA for 6d970a3
1 file changed
jax_galsim/moffat.py
@@ -73,7 +73,7 @@ def __init__(
73
raise ValueError(
74
f"JAX-GalSim does not support Moffat beta values <= {self._beta_thr}."
75
)
76
- elif not has_tracers(beta):
+ else:
77
beta = jnp.array(beta)
78
beta = equinox.error_if(
79
beta,
0 commit comments