romainsacchi / carculator_truck

Prospective life cycle assessment of medium and heavy duty vehicles
BSD 3-Clause "New" or "Revised" License
17 stars 4 forks source link

numpy warnings #6

Open huche6 opened 1 week ago

huche6 commented 1 week ago

Hello,

Just a little issue to notice that after numpy 1.23.4, numpy.warnings is no more deprecated but not supported anymore.

https://github.com/romainsacchi/carculator_truck/blob/f4f1178057dd2310c83ab0b1acb5170a16ba5fb5/carculator_truck/inventory.py#L12

romainsacchi commented 1 week ago

Hi @huche6, thanks. I seemed to remember this was fine as long as numpy<2.0.0. Isn't?