Skip to content

Commit a2aa886

Browse files
authored
plot_image_compression: fix scipy face import
1 parent 013ad81 commit a2aa886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/applications/plot_image_compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import matplotlib.pyplot as plt
99
import tensorly as tl
1010
import numpy as np
11-
from scipy.misc import face
11+
from scipy.datasets import face
1212
from scipy.ndimage import zoom
1313
from tensorly.decomposition import parafac
1414
from tensorly.decomposition import tucker

0 commit comments

Comments
 (0)