i2mint / meshed

Link functions up into callable objects
https://i2mint.github.io/meshed/
MIT License
4 stars 3 forks source link

Test and review `basic_node_validator`: Some edge cases still floating around #24

Open thorwhalen opened 2 years ago

thorwhalen commented 2 years ago

Example:

FuncNode(foo, out='foo') 

should NOT get a ValidationError: FuncNode(a,b,c -> foo -> foo) has duplicate names: ['foo'].