vibeqc.load_dump

vibeqc.load_dump(path)[source]

Parse a .dump TOML file and load its sibling .npy attachments.

Returns a nested dict matching the TOML sections, with an extra "arrays" key carrying a {name: numpy.ndarray} map of every sibling .dump.<name>.npy file present.

Parameters:

path (str | PathLike)

Return type:

dict[str, Any]