Skip to content

Commit

Permalink
Slight docstring reformatting for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Apr 22, 2024
1 parent 563ea92 commit 1f55ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions pytplot/tplot_math/deflag.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

def deflag(tvar, flag=None, newname=None, new_tvar=None, method=None, fillval=None):
"""
Replaces FLAGs in arrays with interpolated or other values.
Optionally removes NaN values from a variable
Replace NaN or other 'flag' values in arrays with interpolated or other values.
Parameters
----------
Expand Down
4 changes: 1 addition & 3 deletions pytplot/tplot_math/tdotp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

def tdotp(variable1, variable2, newname=None):
"""
Routine to calculate the dot product of two tplot variables
containing arrays of vectors and storing the results in a
tplot variable
Calculate the sample-by-sample dot product of two tplot variables
Parameters
-----------
Expand Down

0 comments on commit 1f55ae2

Please sign in to comment.