stilt.transforms.UnresolvedTransform#

class stilt.transforms.UnresolvedTransform(*, kind: str, reason: str = '', **extra_data: Any) → None[source]#

A transform whose class could not be imported.

Produced when a stored config names a kind such as mypkg.transforms.MyKernel and that module is not importable here, so the config (and any footprint carrying it) can still be read. Applying it raises with the original import error.

Methods#

apply(particles[, context])

Raise: the configured transform could not be imported.

Attributes#

kind

reason