Fix warnings
``` test/test_py_wake.py: 523 warnings C:\Users\ContainerAdministrator\AppData\Local\pypoetry\Cache\virtualenvs\wind-farm-loads-7wjpu_-c-py3.13\Lib\site-packages\jax\_src\ops\scatter.py:108: FutureWarning: scatter inputs have incompatible types: cannot safely cast value from dtype=float64 to dtype=float32 with jax_numpy_dtype_promotion='standard'. In future JAX releases this will result in an error. warnings.warn( test/test_py_wake.py::test_PropagateUpDownIterativeNoSelfInduction[turbulenceModel0-superpositionModel0-wake_deficitModel0] C:\Users\ContainerAdministrator\AppData\Local\pypoetry\Cache\virtualenvs\wind-farm-loads-7wjpu_-c-py3.13\Lib\site-packages\jax\_src\linear_util.py:397: DeprecationWarning: atleast_1d requires ndarray or scalar arguments, got <class 'list'> at position 0. In a future JAX release this will be an error. ans = _fun(*args, **kwargs) ```
issue