Skip to content

Commit

Permalink
Update damage.py redefining receiver name 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pschaugule authored Jun 26, 2023
1 parent 9f96e91 commit d922dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srlife/damage.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def calculate_principal_stress(self, stress):
return pstress

def determine_reliability(
self, self.receiver, material, time, nthreads=1, decorator=lambda x, n: x
self, receiver, material, time, nthreads=1, decorator=lambda x, n: x
):
"""
Determine the reliability of the tubes in the receiver by calculating individual
Expand Down

0 comments on commit d922dfe

Please sign in to comment.