Skip to content

Commit

Permalink
Merge pull request #52 from ItayKishon-Q/master
Browse files Browse the repository at this point in the history
matplotlib.docstring deprecated from >=3.6
  • Loading branch information
keflavich authored Oct 9, 2023
2 parents ed3ea3b + 052bbb2 commit b982433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion image_registration/fft_tools/zoom.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from . import fast_ffts
import numpy as np
from . import scale
from matplotlib import docstring

def zoom1d(inp, usfac=1, outsize=None, offset=0, nthreads=1,
use_numpy_fft=False, return_xouts=False, return_real=True):
Expand Down

0 comments on commit b982433

Please sign in to comment.