GB0195
Graph-Break Type
Short name describing what triggered the graph break
issubclass() with non-constant arguments
Context
Values or code snippet captured at the break point
issubclass({left_ty}, {right_ty})
Explanation
Explanation of why the graph break was triggered
issubclass() with non-constant arguments not supported.
Hints
Hints on how to resolve the graph break
- Make sure your arguments are types.
- Dynamo has detected that tracing the code will result in an error when running in eager. Please double check that your code doesn’t contain a similar error when actually running eager/uncompiled.
Click here to add Additional Info
Back to Registry