Graphs created as part of a CspPerspectiveTable
do not memoize
#263
Labels
adapter: perspective
Issues and PRs related to our Perspective adapter
type: bug
Concrete, reproducible bugs
Describe the bug
When you create a graph as part of a
CspPerspectiveTable
it does not memoize nodes.To Reproduce
Minimal repro
This gives an image clearly showing the
const
adapter is not memoized:However, if I "manually" memoize the const nodes by only creating one and providing it both index 0 and 1 of the
CspPerspectiveTable
like:We get what we expect:
Expected behavior
Memoization should work like it does for any other graph
Error Message
Runtime Environment
Additional context
The text was updated successfully, but these errors were encountered: