Closed DavidChartrand closed 4 weeks ago
Thanks @DavidChartrand for the PR, right now some tests are failing. I need to understand if Matplotlib is currently able to deal with Numpy 2.0. I'll let you know, tonight or tomorrow.
Ok, I tested locally and it should work. Currently, tests are failing because I locked matplotlib version in the test environment. I don't remember why.
I'm going to merge this PR. Thank you again.
I was having the following error while using the function conical_shockwave_solver, this appears to be due to the migration to numpy 2.X:
I apply this change
np.array(..., copy=False)
tonp.asarray(...)
to be compatible with numpy 2.X, See: https://numpy.org/doc/stable/numpy_2_0_migration_guide.html