Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoCimmino committed Jul 10, 2022
1 parent 03a142a commit b2606f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pygfunction/heat_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,8 +1056,6 @@ def finite_line_source_inclined_vectorized(
a = 1.0 / np.sqrt(4.0*alpha*time)
h = 0.5 / H2 * quad_vec(f, a, np.inf, epsabs=1e-4, epsrel=1e-6)[0]
else:
# The real and image parts are split to avoid overflow in the
# integrand function
# Lower bound of integration
a = 1.0 / np.sqrt(4.0*alpha*time)
# Upper bound of integration
Expand Down

0 comments on commit b2606f7

Please sign in to comment.