WarmupOutcome#
- class liesel.goose.WarmupOutcome(error_code, kernel_state)[source]#
Bases:
Generic[TKernelState]A dataclass for the return value of the kernel method
Kernel.end_warmup(). Different kernels can use different types ofKernelState’s.Attributes
Error code for the transition.
A kernel state object, see
DAKernelState.