You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2021. It is now read-only.
As discussed in #166 .
We would like to add a new trait to ensure that a
Transformercan only be used from a valid state. This means adding a trait like:And we will make it so that
Transformers which require fitting before use cannot be instantiated except via this trait.