Skip to content

Commit

Permalink
Format docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoCimmino committed May 20, 2021
1 parent 1c06907 commit c37c58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygfunction/gfunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ class _Detailed(_BaseSolver):
kind : string, optional
Interpolation method used for segment-to-segment thermal response
factors. See documentation for scipy.interpolate.interp1d.
Default is linear.
Default is 'linear'.
dtype : numpy dtype, optional
numpy data type used for matrices and vectors.
Default is numpy.double.
Expand Down Expand Up @@ -1794,7 +1794,7 @@ class _Similarities(_BaseSolver):
kind : string, optional
Interpolation method used for segment-to-segment thermal response
factors. See documentation for scipy.interpolate.interp1d.
Default is linear.
Default is 'linear'.
dtype : numpy dtype, optional
numpy data type used for matrices and vectors.
Default is numpy.double.
Expand Down

0 comments on commit c37c58e

Please sign in to comment.