Skip to content

Commit 68d767c

Browse files
committed
addressed comments
1 parent 7e75ade commit 68d767c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

stumpy/sdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def __init__(self, max_n=2**20, real_dtype="float64"):
191191
real_dtype : str, default="float64"
192192
The real data type to use for the preallocated arrays. Must be either
193193
"float64" or "longdouble". The complex data type will be set to
194-
"complex128" or "clongdouble" respectively.
194+
"complex128" or "clongdouble", respectively.
195195
196196
Returns
197197
-------

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ check_fftw_pyfftw()
163163
{
164164
if ! python -c "import pyfftw" &> /dev/null;
165165
then
166-
echo "pyFFTW cannot be imported."
166+
echo "pyFFTW cannot be imported"
167167
else
168-
echo "pyFFTW can be imported!"
168+
echo "pyFFTW was successfully imported"
169169
fi
170170
}
171171

0 commit comments

Comments
 (0)