GB4749

Graph-Break Type

Short name describing what triggered the graph break

Hashability mismatch

Context

Values or code snippet captured at the break point

raise_unhashable {arg}

Explanation

Explanation of why the graph break was triggered

Dynamo thinks {arg_type.name} is unhashable, but its hash is not None. This likely indicates a missing or incorrect is_hashable() override.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry