Lance Chua

Results 3 issues of Lance Chua

## Description IO read write functions typically follow this signature: ```python def load(path: Union[Path, str], **kwars) -> obj: ... def save(obj, path: Union[Path, str], **kwars) -> None: ... ``` Creating...

Type: Parent Issue

## Description Sampling a partial trace was first done in #271, with the `trace` kwarg. Then, it subsequently removed in #6269 raising `DeprecationWarning` error. Partial trace was added back with...

maintenance

Hi, Thanks a ton for this course! I've added a devcontainer.json spec to make it easier for other students to get set up. The key thing is to use Ubuntu...