est_IM_chours_single produced an error when scaling core hours as the scale_core_hours function returned np.float64 for core_hours and an array for cores.
This caused issues later down when trying to format to wct
"{0:02.0f}:{1:02.0f}:00".format(divmod(run_time 60, 60))
est_IM_chours_single produced an error when scaling core hours as the scale_core_hours function returned np.float64 for core_hours and an array for cores. This caused issues later down when trying to format to wct "{0:02.0f}:{1:02.0f}:00".format(divmod(run_time 60, 60))