pybtls.utils.output_pickle.save_output#
- save_output(output, file_path)[source]#
Save the output dir data to a binary pkl file.
- Parameters:
output (dict[str, _OutputManager]) –
The output dir data to save.
The keys are the sim_tags.
The values are the _OutputManager objects.
file_path (Path) – The path to the file where the output dir data will be saved (end by .pkl).
- Return type:
None