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
I'm able to get notes for most model elements using get_notes() but this does not seem to work for reactions. For a reaction called 'R1' I tried with names such as 'R1', 'Reactions[R1]' , 'Reactions(R1)' or 'Reactions.R1' but none seem to work . I also tried passing element=el where el is the object retrieved with get_reaction(). The same happens to events. Is this not supported?
The text was updated successfully, but these errors were encountered:
it should have worked, with the name. As I just pass that to the C++ API and retrieve the object by display name. However, testing this right now this is not working. I'll release a new version that solves the issue.
I'm able to get notes for most model elements using get_notes() but this does not seem to work for reactions. For a reaction called 'R1' I tried with names such as 'R1', 'Reactions[R1]' , 'Reactions(R1)' or 'Reactions.R1' but none seem to work . I also tried passing element=el where el is the object retrieved with get_reaction(). The same happens to events. Is this not supported?
The text was updated successfully, but these errors were encountered: