You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a GetAdjacentIds with multiple element definitions (for example, two edge groups) is preceded by a GetSetExport to provide its input, it produces incorrect results. This seems to work with just one element definition.
When a ToSet is included immediately after the GetSetExport and before the GetAdjacentIds (for no reason other than to avoid the erroneous behaviour), things seem to work.
Additional context
This might have something to do with generics and the return types of these operations.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a
GetAdjacentIds
with multiple element definitions (for example, two edge groups) is preceded by aGetSetExport
to provide its input, it produces incorrect results. This seems to work with just one element definition.When a
ToSet
is included immediately after theGetSetExport
and before theGetAdjacentIds
(for no reason other than to avoid the erroneous behaviour), things seem to work.Additional context
This might have something to do with generics and the return types of these operations.
The text was updated successfully, but these errors were encountered: