Skip to content

Commit

Permalink
Try fix doc generation for 06-stress_gradient_path.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoldfish01 committed Jul 19, 2022
1 parent bfedb8f commit 6d3f0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansys/dpf/core/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Output:
"""
def __init__(self, spec, pin, operator):
self._spec = spec
self._operator = weakref.ref(operator)
self._operator = operator
self._pin = pin
self._python_expected_types = []
for cpp_type in self._spec.type_names:
Expand Down

0 comments on commit 6d3f0f7

Please sign in to comment.