Skip to content

Commit

Permalink
lgtm: Add lgtm missing-call-to-init ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SamKG committed Jul 27, 2020
1 parent 456e743 commit fe18306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psyneulink/library/compositions/pytorchcomponents.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _extract_llvm_param_ptr(self, ctx, builder, params, param_id):
def __repr__(self):
return "PytorchWrapper for: " +self._mechanism.__repr__()

class PytorchLSTMMechanismWrapper(PytorchMechanismWrapper):
class PytorchLSTMMechanismWrapper(PytorchMechanismWrapper): #lgtm [py/missing-call-to-init]
"""
An interpretation of a LSTM mechanism as an equivalent pytorch object
"""
Expand Down

0 comments on commit fe18306

Please sign in to comment.