diff --git a/psyneulink/library/compositions/pytorchcomponents.py b/psyneulink/library/compositions/pytorchcomponents.py index ea16a571295..fd569e30716 100644 --- a/psyneulink/library/compositions/pytorchcomponents.py +++ b/psyneulink/library/compositions/pytorchcomponents.py @@ -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 """