Skip to content

Commit

Permalink
Merge pull request #3209 from PrincetonUniversity/patch/autodiffcompo…
Browse files Browse the repository at this point in the history
…sition-show-graph-jupyter

add return value to show_graph
  • Loading branch information
younesStrittmatter authored Feb 21, 2025
2 parents b48c2b6 + bc7f3cc commit a2133f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psyneulink/library/compositions/autodiffcomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -1755,4 +1755,4 @@ def _get_state_initializer(self, context):

def show_graph(self, *args, **kwargs):
"""Override to use PytorchShowGraph if show_pytorch is True"""
self._show_graph.show_graph(*args, **kwargs)
return self._show_graph.show_graph(*args, **kwargs)

0 comments on commit a2133f8

Please sign in to comment.