Skip to content

Commit

Permalink
Merge pull request #1696 from PrincetonUniversity/fix/showgraph/unuse…
Browse files Browse the repository at this point in the history
…d_variables

fix/showgraph/unused_variables
  • Loading branch information
dillontsmith authored Jun 30, 2020
2 parents 47270b2 + 1575aef commit b2af558
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions psyneulink/core/compositions/showgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,6 @@ def _assign_processing_components(self,
from psyneulink.core.compositions.composition import Composition, NodeRole

composition = self.composition
enclosing_g = enclosing_comp._show_graph.G if enclosing_comp else None

# User passed attrs for nested Composition
if isinstance(rcvr, Composition):
Expand Down Expand Up @@ -1751,7 +1750,6 @@ def _assign_learning_components(self,

from psyneulink.core.compositions.composition import NodeRole
composition = self.composition
enclosing_g = enclosing_comp._show_graph.G if enclosing_comp else None

# Get learning_components, with exception of INPUT (i.e. TARGET) nodes
# (i.e., allow TARGET node to continue to be marked as an INPUT node)
Expand Down

0 comments on commit b2af558

Please sign in to comment.