Skip to content

Reaction upper and lower bound aren't copied correctly when calling reaction.copy() #52

Description

@StevenWijnen

When you make a hard copy of a reaction both the upper and lower bound aren't copied to the new object given the following error:

` def getUpperBound(self):
"""
Get the value of the reactions upper bound

    """
    try:
      return self.__objref__().getReactionUpperBound(self.id)

E TypeError: 'NoneType' object is not callable`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions