ucgmsim / slurm_gm_workflow

Porting the GM workflow to run on new NeSI HPC (Maintainer: Jonney)
MIT License
0 stars 2 forks source link

Submitting IM_Calc fix #460

Closed joelridden closed 1 year ago

joelridden commented 1 year ago

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))