executorlib.task_scheduler.file.backend.backend_write_file#
- executorlib.task_scheduler.file.backend.backend_write_file(file_name: str, output: Any, runtime: float) None[source]#
Write the output to an HDF5 file.
- Parameters:
file_name (str) – The name of the HDF5 file.
output (Any) – The output to be written.
runtime (float) – Time for executing function.
- Returns:
None