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
There is a typo in the mustache file for new operators ; most of all operator files have it:
@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
Returns
--------
outputs : Outputs{{capital_class_name}}
"""
return super().outputs
Description of the modifications
There is a typo in the mustache file for new operators ; most of all operator files have it:
The docstring should instead read
evaluating
Useful links and references
operator.mustache
The text was updated successfully, but these errors were encountered: