Skip to content

Don't require foreach variables to be hashable #22

@caseyagraff

Description

@caseyagraff

Currently in _evaluate() in ForeachComputeNode, we use "set(foreach_vals)" and "vals[val]" which both require individual foreach value to be hashable.

Remove this requirement by checking and changing behavior if it is not hashable.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions