Time to raster
function return line is
return np.max([time_ndt.m_as("ms"), raster.m_as("ms")])
but this does not return a quantity. Shouldn't it return 'ms'?
return Quantity(np.max([time_ndt.m_as("ms"), raster.m_as("ms")]), 'ms')
To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
function return line is
return np.max([time_ndt.m_as("ms"), raster.m_as("ms")])
but this does not return a quantity. Shouldn't it return 'ms'?
return Quantity(np.max([time_ndt.m_as("ms"), raster.m_as("ms")]), 'ms')