Skip to content

Commit 6c10e09

Browse files
committed
Removed import instructions of deprecated numpy functions - cast and product
1 parent 4a76984 commit 6c10e09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyCHX/chx_crosscor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ def _centered(img, sz):
350350
asarray,
351351
atleast_1d,
352352
atleast_2d,
353-
cast,
354353
dot,
355354
exp,
356355
expand_dims,
@@ -369,7 +368,6 @@ def _centered(img, sz):
369368
polysub,
370369
polyval,
371370
prod,
372-
product,
373371
r_,
374372
ravel,
375373
real_if_close,

0 commit comments

Comments
 (0)