i2mint / meshed

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

A few `DAG.__getitem__` "edge" cases. #22

Open thorwhalen opened 2 years ago

thorwhalen commented 2 years ago

It seems like order get's screwed up. See below that dag[:'b c'] gives the wrong anwer (the same thatdag[:'c b]` gives).

Also, in dag[:'b d'] one would expect to get the value of b and the value of d, but we only get d..

image

thorwhalen commented 1 year ago

See also https://github.com/i2mint/meshed/discussions/60