/home/stuart/Git/sunpy/venv/lib/python3.14/site-packages/cdflib/epochs.py:180: DeprecationWarning: The 'generic' unit for NumPy timedelta is deprecated, and will raise an error in the future. This includes implicit conversion of bare integers (e.g. `+ 1`).Please use a specific unit instead.
total_datetime = np.array(sum(arrays))
/home/stuart/Git/sunpy/venv/lib/python3.14/site-packages/cdflib/epochs.py:181: DeprecationWarning: The 'generic' unit for NumPy timedelta is deprecated, and will raise an error in the future. This includes implicit conversion of bare integers (e.g. `+ 1`).Please use a specific unit instead.
total_datetime = np.where(nat_positions, np.datetime64("NaT"), total_datetime)
Hi,
I noticed this in the sunpy test suite:
Gives