From f45a72ee1f9ccdf48ad79622343817dc06a82194 Mon Sep 17 00:00:00 2001 From: "Gregory R. Lee" Date: Thu, 9 Jul 2015 19:25:49 -0400 Subject: [PATCH] BUG: fix import in plot_edge_modes.py --- doc/examples/plot_edge_modes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_edge_modes.py b/doc/examples/plot_edge_modes.py index 4044f032..f48d7aed 100644 --- a/doc/examples/plot_edge_modes.py +++ b/doc/examples/plot_edge_modes.py @@ -7,7 +7,7 @@ This example illustrates the different edge modes available during interpolation in routines such as ``skimage.transform.rescale`` and ``skimage.transform.resize``. """ -from skimage._shared._interpolation_test import extend_image +from skimage._shared.interpolation import extend_image import skimage.data import matplotlib.pyplot as plt import numpy as np