MODIS collect gives UserWarning

Issue #15 resolved
bert.coerver created an issue
--> Applying 'mask_bitwise_qa' to `lst`.
C:\Users\cmi001\AppData\Local\miniforge3\envs\pywapor_env\Lib\site-packages\pywapor\collect\product\MODIS.py:111: UserWarning: Converting non-nanosecond precision timedelta values to nanosecond precision. This behavior can eventually be relaxed in xarray, as it is an artifact from pandas which is now beginning to support non-nanosecond precision values. This warning is caused by passing non-nanosecond np.datetime64 or np.timedelta64 values to the DataArray or Variable constructor; it can be silenced by converting the values to nanosecond precision ahead of time.
  x = x.assign_coords({"hour": hour}).expand_dims("hour"