BYUCamachoLab/simphony

Jax error when assigning arrays

Closed this issue · 1 comments

https://github.com/BYUCamachoLab/simphony/blob/5159848376a25114ecd4d2f0d9aa4c86a96bf2e1/simphony/simulation/classical.py#L75C15-L75C15

These lines throw errors when jax is enabled since jax arrays can't be assigned new values.

Fixed in 45980e4