AngelFP / Wake-T

A fast tracking code for plasma accelerators
https://wake-t.readthedocs.io
GNU General Public License v3.0
34 stars 13 forks source link

Avoid using latest numba release #121

Closed AngelFP closed 1 year ago

AngelFP commented 1 year ago

There seems to be an issue with the latest numba release (0.57) where the output of np.angle seems to be complex128. This prevents the laser envelope solver from compiling.

This PR prevents Wake-T from installing numba 0.57 until we find a more appropriate solution.

AngelFP commented 1 year ago

https://github.com/numba/numba/issues/8949