convnwb.io.io.load_task_object

convnwb.io.io.load_task_object(file_name, folder=None)[source]

Load a task object.

Parameters:
file_namestr

File name of the file to load.

folderstr or Path, optional

Folder to load from.

Returns:
task

Loaded task object.

Notes

Task objects are saved and loaded as pickle files.