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
It appears exclusions cannot have meta attributes directly after the interaction as is the case for other interactions. Instead of making the comment an interaction meta, it ends up in the node attribute dict which messes with node assignment.
Expected behavior
[ exclusions ]
1 2 {"comment": "this is an exclusion"}
The link above should have a comment in the interaction meta not the node attribute.
Workaround
Use the #meta syntax as shown below:
[ exclusions ]
#meta {"comment": "this is an exclusion"}
1 2
The text was updated successfully, but these errors were encountered:
Describe the bug
It appears exclusions cannot have meta attributes directly after the interaction as is the case for other interactions. Instead of making the comment an interaction meta, it ends up in the node attribute dict which messes with node assignment.
Expected behavior
The link above should have a comment in the interaction meta not the node attribute.
Workaround
Use the
#meta
syntax as shown below:The text was updated successfully, but these errors were encountered: