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
Review the typing of TestResult.inputs to be InstanceOf[AntaTest.Input] instead of InstanceOf[BaseModel]. There is currently a recursive import issue. We should move AntaTest.Input elsewhere.
The text was updated successfully, but these errors were encountered:
These are notes from #937
Refactor the code to use https://docs.pydantic.dev/2.10/concepts/forward_annotations/ for AntaTest.Input subclasses references.
Review the typing of TestResult.inputs to be
InstanceOf[AntaTest.Input]
instead ofInstanceOf[BaseModel]
. There is currently a recursive import issue. We should move AntaTest.Input elsewhere.The text was updated successfully, but these errors were encountered: