jaxleyverse / jaxley

Differentiable neuron simulations with biophysical detail on CPU, GPU, or TPU.
https://jaxley.readthedocs.io
Apache License 2.0
62 stars 9 forks source link

typo in `save_exp` #344

Open jnsbck opened 7 months ago

jnsbck commented 7 months ago

should be safe_exp.

https://github.com/jaxleyverse/jaxley/blob/72278f8cd560b6e3885a3af7ec37ac7ec7a55df1/jaxley/solver_gate.py#L4

huangziwei commented 7 months ago

how can it even happen with so many eyes! (I blame my mindlessness)

michaeldeistler commented 7 months ago

ahahah oh wow yes

jnsbck commented 7 months ago

Could make this an easter egg and add a doc """saves the exponential""" :D

kyralianaka commented 1 month ago

I didn't even think this was a typo; it makes complete sense:) Can we keep it like this?