Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSanchez committed Aug 24, 2020
1 parent dd1eec7 commit d862c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions properimage/image_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#
# Copyright 2017 Bruno S <[email protected]>
#
# This file is part of ProperImage (https://github.com/toros-astro/ProperImage).
# This file is part of ProperImage (https://github.com/toros-astro/ProperImage)
# License: BSD-3-Clause
# Full Text: https://github.com/toros-astro/ProperImage/blob/master/LICENSE.txt
# Full Text: https://github.com/toros-astro/ProperImage/blob/master/LICENSE.txt
#

"""image_ensemble module from ProperImage,
Expand Down
2 changes: 1 addition & 1 deletion properimage/propersubtract.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

try:
import pyfftw

_fftwn = pyfftw.interfaces.numpy_fft.fftn # noqa
_ifftwn = pyfftw.interfaces.numpy_fft.ifftn # noqa
print("using pyfftw interfaces API")
Expand Down

0 comments on commit d862c65

Please sign in to comment.