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
fix: override workflow_executor property in MockInferenceEngine (#682)
The base class InferenceEngine defines workflow_executor as a read-only
property without a setter. Override it with a proper getter/setter pair
to allow setting the mock workflow executor in tests.
0 commit comments