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
The information button for protocol name is printing the comment in the super class protocol.py() file, rather than what is written in each of the subclasses. This should be fixed so that when the little "i" icon is pressed, the description of the protocol as written in the subclass file is printed (i.e., the comment following self.protocolName="something" in the init() method).
The text was updated successfully, but these errors were encountered:
The information button for protocol name is printing the comment in the super class protocol.py() file, rather than what is written in each of the subclasses. This should be fixed so that when the little "i" icon is pressed, the description of the protocol as written in the subclass file is printed (i.e., the comment following self.protocolName="something" in the init() method).
The text was updated successfully, but these errors were encountered: