Skip to content

Commit

Permalink
🔥 remove left over print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
apearce committed Nov 22, 2024
1 parent 04e936a commit 31f72d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/sctfcoil.py
Original file line number Diff line number Diff line change
Expand Up @@ -7400,5 +7400,5 @@ def vv_stress_on_quench(
zeta = 1 + ((A_vv - 1) * numpy.log((A_vv + 1) / (A_vv - 1)) / (2 * A_vv))

tresca_stress_vv = zeta * B_vvi * J_vvi * Ri_vv
print(tresca_stress_vv)

return tresca_stress_vv

0 comments on commit 31f72d7

Please sign in to comment.